mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-16 22:46:09 -04:00
Uhm, dependencies didn't catch the compilation error?
This commit is contained in:
2
Msg22.h
2
Msg22.h
@ -7,6 +7,8 @@
|
||||
|
||||
#include "Url.h"
|
||||
#include "Multicast.h"
|
||||
#include "collnum_t.h"
|
||||
|
||||
|
||||
// m_url[0]!=0 if this is a url-based request and NOT docid-based
|
||||
class Msg22Request {
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include "BigFile.h"
|
||||
#include "rdbid_t.h"
|
||||
#include "collnum_t.h"
|
||||
#include "Sanity.h"
|
||||
#include "GbMutex.h"
|
||||
#include <vector>
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define GB_SPIDERCACHE_H
|
||||
|
||||
#include "types.h"
|
||||
#include "collnum_t.h"
|
||||
|
||||
class SpiderColl;
|
||||
|
||||
|
Reference in New Issue
Block a user