changeset 3:e731f308b8b1

added missing include
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 Sep 2021 17:15:21 +0200
parents 76affd640431
children da409b29cc02
files Sources/Plugin.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sources/Plugin.cpp	Mon Sep 20 16:38:25 2021 +0200
+++ b/Sources/Plugin.cpp	Mon Sep 20 17:15:21 2021 +0200
@@ -30,6 +30,7 @@
 
 #include <boost/filesystem.hpp>
 #include <boost/thread.hpp>
+#include <stack>
 
 
 static std::list<std::string>        folders_;