Added missing #include
[libcds.git] / cds / gc / hp.h
index a9b289139d2687d5fd8201fe41fa5b375fe522d5..deeedc1191a987ee6dfd7735b72af6a9436cbda4 100644 (file)
@@ -33,6 +33,8 @@
 
 #include <exception>
 #include <cds/gc/details/hp_common.h>
+#include <cds/details/lib.h>
+#include <cds/threading/model.h>
 #include <cds/details/throw_exception.h>
 #include <cds/details/static_functor.h>
 #include <cds/details/marked_ptr.h>