Merge pull request #84 from mbs-c/develop

Add explicit <string> include to make tests compile with MSVC
This commit is contained in:
Andrzej Krzemieński
2020-08-11 16:11:59 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#pragma hdrstop
#endif
#include <string>
#include "boost/core/lightweight_test.hpp"
#include "boost/none.hpp"

View File

@ -15,6 +15,7 @@
#pragma hdrstop
#endif
#include <string>
#include "boost/core/lightweight_test.hpp"
#include "boost/none.hpp"