Skip to content
Snippets Groups Projects
Commit 2ca1d47f authored by Vasileios Karakasis's avatar Vasileios Karakasis Committed by Sam Yates
Browse files

Fix compilation with Clang 3.9 (#172)

* Add missing `<string>` header to `modcc/msparse.hpp`
parent 86384267
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
#include <initializer_list>
#include <iterator>
#include <stdexcept>
#include <string>
#include <vector>
namespace msparse {
......
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