Fix missing header (GCC 4)

`clog` is no longer a built-in and requires iostream.
pull/610/head
Dan Church 2020-02-10 16:12:19 -06:00 committed by Hleb Valoshka
parent 4a38917e08
commit 5df1bebb66
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#endif
#include "lua.hpp"
#include <iostream>
#include <string>
#include <celengine/parser.h>