Add missing includes for std::runtime_error

pull/661/head
Jonathan G Rennison 3 months ago
parent d310a04276
commit a7c7e3d618

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

@ -23,6 +23,7 @@
#include "table/strings.h"
#include "table/string_colours.h"
#include <stdexcept>
#include <numeric>
#include "safeguards.h"

Loading…
Cancel
Save