summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAndres Noetzli <noetzli@stanford.edu>2017-08-24 10:08:39 -0700
committerAndres Noetzli <noetzli@stanford.edu>2017-08-24 11:39:04 -0700
commit27f0116e05c7448c14ba2527d1269806d32dd923 (patch)
tree3adf07b29ea57434206a49c3057b779359166278 /src/main
parent54e1e611ec23eaa7e39f5bffcc62c462ba0adeb4 (diff)
Add include to fix build
Diffstat (limited to 'src/main')
-rw-r--r--src/main/command_executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/command_executor.cpp b/src/main/command_executor.cpp
index 796557b1d..a18bb1fe4 100644
--- a/src/main/command_executor.cpp
+++ b/src/main/command_executor.cpp
@@ -18,13 +18,13 @@
# include <sys/resource.h>
#endif /* ! __WIN32__ */
+#include <cassert>
#include <iostream>
#include <string>
#include "main/main.h"
#include "smt/command.h"
-
namespace CVC4 {
namespace main {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback