diff --git a/SrcBehaviorLoader/PluginLoader.cpp b/SrcBehaviorLoader/PluginLoader.cpp index 6f0c3cd675393522ddd5ccecc5f9fd828bd4ed7e..404d0fe49bbb6f4f12e227bca1d669f2859f58a5 100644 --- a/SrcBehaviorLoader/PluginLoader.cpp +++ b/SrcBehaviorLoader/PluginLoader.cpp @@ -2,7 +2,7 @@ #include <QDebug> #include <vector> #include <filesystem> - +#include <sstream> #ifdef _WIN32 #include <stdio.h>