aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/BigBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/BigBitVec.hpp')
-rw-r--r--chilbert/BigBitVec.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chilbert/BigBitVec.hpp b/chilbert/BigBitVec.hpp
index 7f812b6..df50d6e 100644
--- a/chilbert/BigBitVec.hpp
+++ b/chilbert/BigBitVec.hpp
@@ -22,6 +22,7 @@
#include "chilbert/FixBitVec.hpp"
+#include <cassert>
#include <cstring>
#define BBV_MIN(a,b) ((a)<(b)?(a):(b))