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