Unverified Commit ae2137ea authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #784

Add missing <string> include to use std::string.
parents eaa2e0e1 5bd140b1
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#pragma once #pragma once
#include <set> #include <set>
#include <string>
#include <memory> #include <memory>
#include <vector> #include <vector>
...@@ -166,4 +167,3 @@ private: ...@@ -166,4 +167,3 @@ private:
} // namespace io } // namespace io
} // namespace caf } // namespace caf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment