diff mm7_data.h @ 1202:0dbf6c4dd029

arrays to std::arrays phase 1
author Grumpy7
date Sat, 08 Jun 2013 21:33:22 +0200
parents 44f37efc159c
children 1eed3e0ab666
line wrap: on
line diff
--- a/mm7_data.h	Sat Jun 08 19:34:33 2013 +0200
+++ b/mm7_data.h	Sat Jun 08 21:33:22 2013 +0200
@@ -2,7 +2,7 @@
 #include <string>
 #include "VectorTypes.h"
 #include "OSAPI.h"
-
+#include <array>
 typedef char _UNKNOWN;