int64_t is defined in cstdint
diff --git a/source/ConditionSet.h b/source/ConditionSet.h
index f300f6a..7b8efe1 100644
--- a/source/ConditionSet.h
+++ b/source/ConditionSet.h
@@ -21,6 +21,8 @@ this program. If not, see .
#include
#include
+#include
+
class ConditionsStore;
class DataNode;
class DataWriter;
diff --git a/source/ConditionsStore.h b/source/ConditionsStore.h
index e441d3c..ba70c2d 100644
--- a/source/ConditionsStore.h
+++ b/source/ConditionsStore.h
@@ -21,6 +21,8 @@ this program. If not, see .
#include