Skip to content

Commit c0f4df7

Browse files
authored
Add sstream include to da_script_engine.cpp
1 parent 0ea5115 commit c0f4df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grngame/bindings/da_script_engine.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "grngame/dev/logging.h"
1212
#include "grngame/platform/directories.h"
1313
#include <filesystem>
14+
#include <sstream>
1415

1516
DaScriptEngine::DaScriptEngine() : file_access(das::make_smart<das::FsFileAccess>())
1617
{
@@ -174,4 +175,4 @@ void DaScriptEngine::LogErrorsOfProgram(const das::ProgramPtr &program)
174175
{
175176

176177
LOG_ERROR("%s", FormatProgramErrors(program).c_str());
177-
}
178+
}

0 commit comments

Comments
 (0)