Add missing #include <string> in shared_lazy_task_tests.cpp

This commit is contained in:
Lewis Baker 2017-07-17 08:50:17 +09:30
parent 1f6c7034c2
commit be43f4ac7e
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "counted.hpp"
#include <string>
#include "doctest/doctest.h"
TEST_SUITE_BEGIN("shared_lazy_task");