another compiler fix (include <stdexcept> manually)

This commit is contained in:
jacob1 2016-01-26 00:31:05 -05:00
parent 4e484ae2a4
commit 28598a43be

View File

@ -5,6 +5,7 @@
#include <algorithm>
#include <locale>
#include <fstream>
#include <stdexcept>
#include "Config.h"
#include "Format.h"
#include "LuaLuna.h"