From 45f61ad5c805ec73daf969b158bb8c98898c9ecc Mon Sep 17 00:00:00 2001 From: Hauke Moenck <hauke_moenck@gmx.de> Date: Thu, 25 Oct 2018 10:22:35 +0200 Subject: [PATCH] Added stringstream header --- SrcBehaviorLoader/PluginLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcBehaviorLoader/PluginLoader.cpp b/SrcBehaviorLoader/PluginLoader.cpp index 6f0c3cd..404d0fe 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> -- GitLab