Add missing includes for std::runtime_error

This commit is contained in:
Jonathan G Rennison
2024-02-21 00:36:03 +00:00
parent d310a04276
commit a7c7e3d618
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#ifndef _SQCOMPILER_H_
#define _SQCOMPILER_H_
#include <stdexcept>
struct SQVM;
#define TK_IDENTIFIER 258