mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-04 21:42:58 +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 <algorithm> // std::max
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <stdexcept> // std::logic_error
|
||||||
|
|
||||||
namespace ue2 {
|
namespace ue2 {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user