bytecode_ptr: needs <stdexcept> for logic_error

This commit is contained in:
Justin Viiret 2017-04-06 10:09:34 +10:00 committed by Matthew Barr
parent 37596c50cf
commit 97bbb62504

View File

@ -41,6 +41,7 @@
#include <algorithm> // std::max
#include <cstring>
#include <memory>
#include <stdexcept> // std::logic_error
namespace ue2 {