From 2ca1d47f3a19884499508735eb70f1ae49635c02 Mon Sep 17 00:00:00 2001
From: Vasileios Karakasis <vkarak@gmail.com>
Date: Tue, 7 Mar 2017 22:06:16 +0100
Subject: [PATCH] Fix compilation with Clang 3.9 (#172)

* Add missing `<string>` header to `modcc/msparse.hpp`
---
 modcc/msparse.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modcc/msparse.hpp b/modcc/msparse.hpp
index c7868764..2af48cd5 100644
--- a/modcc/msparse.hpp
+++ b/modcc/msparse.hpp
@@ -7,6 +7,7 @@
 #include <initializer_list>
 #include <iterator>
 #include <stdexcept>
+#include <string>
 #include <vector>
 
 namespace msparse {
-- 
GitLab