comparison Resources/Samples/CppHelpers/Logging/ILogger.h @ 3468:4c89b6160563

fix the fix of the fix (this time for good !)
author Alain Mazy <alain@mazy.be>
date Thu, 11 Jul 2019 10:27:01 +0200
parents 324f6b966c7a
children 37e908965e5a
comparison
equal deleted inserted replaced
3467:324f6b966c7a 3468:4c89b6160563
1 v#pragma once 1 #pragma once
2 2
3 #include <string> 3 #include <string>
4 #include <vector> 4 #include <vector>
5 #include <boost/algorithm/string.hpp> 5 #include <boost/algorithm/string.hpp>
6 #include <boost/thread.hpp> 6 #include <boost/thread.hpp>