From d2f47e05239e3571dc4358d6109cf9fe6839eca9 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Fri, 1 Oct 2021 03:40:32 -0700 Subject: [PATCH] add missing header --- src/parse_constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parse_constants.h b/src/parse_constants.h index 77d7c3d4e..fcc04d05c 100644 --- a/src/parse_constants.h +++ b/src/parse_constants.h @@ -5,6 +5,7 @@ #include "config.h" #include "common.h" +#include "enum_map.h" #define PARSER_DIE() \ do { \