]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
bytecode_ptr: needs <stdexcept> for logic_error
authorJustin Viiret <justin.viiret@intel.com>
Thu, 6 Apr 2017 00:09:34 +0000 (10:09 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Apr 2017 05:19:43 +0000 (15:19 +1000)
src/util/bytecode_ptr.h

index a9a4b704ba06f379e49ae4f14f395bad85529ecd..f1f2e5ef8ec292aa6817b8308f3b6db75760a1cf 100644 (file)
@@ -41,6 +41,7 @@
 #include <algorithm> // std::max
 #include <cstring>
 #include <memory>
+#include <stdexcept> // std::logic_error
 
 namespace ue2 {