mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
bytecode_ptr: needs <stdexcept> for logic_error
This commit is contained in:
committed by
Matthew Barr
parent
37596c50cf
commit
97bbb62504
@@ -41,6 +41,7 @@
|
||||
#include <algorithm> // std::max
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <stdexcept> // std::logic_error
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
|
Reference in New Issue
Block a user