Add missing includes for std::runtime_error
This commit is contained in:
2
src/3rdparty/squirrel/squirrel/sqcompiler.h
vendored
2
src/3rdparty/squirrel/squirrel/sqcompiler.h
vendored
@@ -2,6 +2,8 @@
|
|||||||
#ifndef _SQCOMPILER_H_
|
#ifndef _SQCOMPILER_H_
|
||||||
#define _SQCOMPILER_H_
|
#define _SQCOMPILER_H_
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
struct SQVM;
|
struct SQVM;
|
||||||
|
|
||||||
#define TK_IDENTIFIER 258
|
#define TK_IDENTIFIER 258
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
#include "table/string_colours.h"
|
#include "table/string_colours.h"
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
|
||||||
#include "safeguards.h"
|
#include "safeguards.h"
|
||||||
|
Reference in New Issue
Block a user