From 48e4fd73bf7f907daeccef48e538d6f844c64443 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 27 Apr 2015 11:16:25 -0400 Subject: [PATCH] Added missing stdexcept include to EnumInternal.h. --- EnumInternal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EnumInternal.h b/EnumInternal.h index 9ecade1..211d2ea 100644 --- a/EnumInternal.h +++ b/EnumInternal.h @@ -44,6 +44,7 @@ #include // For size_t. #include // For string and memory routines. +#include #include #include "EnumPreprocessorMap.h"