Add explicit <string> include to make tests compile with MSVC

This commit is contained in:
Moritz Baumann
2020-08-11 10:36:12 +02:00
parent aeac95857e
commit db5e156ebc
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"