blob: 90417c18955da7098d60c72d84e176324edf4b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/base/inc/ImageIO.h b/base/inc/ImageIO.h
index f93866c..046dacb 100644
--- a/base/inc/ImageIO.h
+++ b/base/inc/ImageIO.h
@@ -17,6 +17,7 @@
#define Force_ImageIO_H
#include <map>
+#include <string>
#include "Defines.h"
|