caprice32: Add <string> include

This commit is contained in:
polygon
2021-05-14 01:06:34 +02:00
parent 90a28c9e1e
commit 7b1fad07a5
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,12 @@
diff --git a/src/configuration.h b/src/configuration.h
index 34fd690..97fb0e5 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -2,6 +2,7 @@
#define CONFIGURATION_H
#include <map>
+#include <string>
namespace config
{