Skip to content

Commit

Permalink
Add missing #include <string> in shared_lazy_task_tests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lewissbaker committed Jul 16, 2017
1 parent 1f6c703 commit be43f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/shared_lazy_task_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#include "counted.hpp"

#include <string>

#include "doctest/doctest.h"

TEST_SUITE_BEGIN("shared_lazy_task");
Expand Down

0 comments on commit be43f4a

Please sign in to comment.