summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
Diffstat (limited to 'src/context')
-rw-r--r--src/context/context.h2
-rw-r--r--src/context/context_mm.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/context/context.h b/src/context/context.h
index a12eb11a5..6462cccaa 100644
--- a/src/context/context.h
+++ b/src/context/context.h
@@ -13,6 +13,8 @@
** Context class and context manager.
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__CONTEXT__CONTEXT_H
#define __CVC4__CONTEXT__CONTEXT_H
diff --git a/src/context/context_mm.h b/src/context/context_mm.h
index c51498979..c4e5aba4f 100644
--- a/src/context/context_mm.h
+++ b/src/context/context_mm.h
@@ -14,6 +14,8 @@
** for use by ContextManager.
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__CONTEXT__CONTEXT_MM_H
#define __CVC4__CONTEXT__CONTEXT_MM_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback