From 797571408283e5da41619a75e7b552f035a696cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ivan=20Skytte=20J=C3=B8rgensen?= <isj-github@privacore.com>
Date: Fri, 6 Oct 2017 14:51:14 +0200
Subject: [PATCH] Uhm, dependencies didn't catch the compilation error?

---
 Msg22.h       | 2 ++
 RdbIndex.h    | 1 +
 SpiderCache.h | 1 +
 3 files changed, 4 insertions(+)

diff --git a/Msg22.h b/Msg22.h
index cc552f5d..6aa2ae9e 100644
--- a/Msg22.h
+++ b/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 {
diff --git a/RdbIndex.h b/RdbIndex.h
index c45384ee..0d39c2d0 100644
--- a/RdbIndex.h
+++ b/RdbIndex.h
@@ -3,6 +3,7 @@
 
 #include "BigFile.h"
 #include "rdbid_t.h"
+#include "collnum_t.h"
 #include "Sanity.h"
 #include "GbMutex.h"
 #include <vector>
diff --git a/SpiderCache.h b/SpiderCache.h
index d44f4a46..17f77d60 100644
--- a/SpiderCache.h
+++ b/SpiderCache.h
@@ -2,6 +2,7 @@
 #define GB_SPIDERCACHE_H
 
 #include "types.h"
+#include "collnum_t.h"
 
 class SpiderColl;