Added missing stdexcept include to EnumInternal.h.

This commit is contained in:
Anton Bachin 2015-04-27 11:16:25 -04:00
parent ba380d34f3
commit 48e4fd73bf

View File

@ -44,6 +44,7 @@
#include <cstddef> // For size_t.
#include <cstring> // For string and memory routines.
#include <stdexcept>
#include <type_traits>
#include "EnumPreprocessorMap.h"