Add missing include to ini_type.h

This commit is contained in:
Jonathan G Rennison
2020-05-13 11:10:16 +01:00
parent 763a2826b6
commit e67669d6ed

View File

@@ -12,6 +12,8 @@
#include "fileio_type.h"
#include <string>
/** Types of groups */
enum IniGroupType {
IGT_VARIABLES = 0, ///< Values of the form "landscape = hilly".