]> git.stg.codes - stg.git/blobdiff - projects/sgconf/action.h
Simplified module interfaces.
[stg.git] / projects / sgconf / action.h
index 0c1b4f92a57aed3e70ad0acf663c22463a25c281..b45ac4703f91867039f77f3dc8e67e67cf8b1555 100644 (file)
@@ -22,6 +22,7 @@
 #define __STG_SGCONF_ACTION_H__
 
 #include <string>
+#include <map>
 #include <stdexcept>
 
 namespace SGCONF
@@ -29,6 +30,7 @@ namespace SGCONF
 
 class OPTION_BLOCK;
 struct PARSER_STATE;
+struct CONFIG;
 
 class ACTION
 {