about summary refs log tree commit diff homepage
path: root/lib/Solver/ConstantDivision.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Solver/ConstantDivision.cpp')
-rw-r--r--lib/Solver/ConstantDivision.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Solver/ConstantDivision.cpp b/lib/Solver/ConstantDivision.cpp
index 8ebf39ad..d822de1a 100644
--- a/lib/Solver/ConstantDivision.cpp
+++ b/lib/Solver/ConstantDivision.cpp
@@ -9,7 +9,7 @@
 
 #include "ConstantDivision.h"
 
-#include "klee/util/Bits.h"
+#include "klee/ADT/Bits.h"
 
 #include <algorithm>
 #include <cassert>