-rw-r--r-- | agg-plot/lua-cpp-utils.h | 1 |
diff --git a/agg-plot/lua-cpp-utils.h b/agg-plot/lua-cpp-utils.h index 8621c1f2..7b186944 100644 --- a/agg-plot/lua-cpp-utils.h +++ b/agg-plot/lua-cpp-utils.h @@ -1,6 +1,7 @@ #ifndef LUA_CPP_UTILS_H #define LUA_CPP_UTILS_H +#include <exception> #include <new> #include "defs.h" |