OSDN Git Service

To allow compilation when not using the precompiled headers, include <array>.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 30 Mar 2021 00:05:07 +0000 (17:05 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 30 Mar 2021 00:05:07 +0000 (17:05 -0700)
src/game-option/option-types-table.h

index dacff8f..e9b709a 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "system/angband.h"
 
+#include <array>
+
 /*
  * Available "options"
  *     - Address of actual option variable (or NULL)