summaryrefslogtreecommitdiff
path: root/src/include/cvc4_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cvc4_private.h')
-rw-r--r--src/include/cvc4_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cvc4_private.h b/src/include/cvc4_private.h
index df5dd4a0b..298bb14fb 100644
--- a/src/include/cvc4_private.h
+++ b/src/include/cvc4_private.h
@@ -21,4 +21,7 @@
# warning A private CVC4 header was included when not building the library or private unit test code.
#endif /* ! (__BUILDING_CVC4LIB || __BUILDING_CVC4LIB_UNIT_TEST) */
+#include "cvc4_public.h"
+#include "cvc4autoconfig.h"
+
#endif /* __CVC4_PRIVATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback