Commit 90e4dd50 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

type_traits needed for std::is_enum

parent 2674a2ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ Please see full open source license included in file LICENSE.
#include <stdexcept>
#include <cstdlib>
#include <sstream>
#include <type_traits>
#ifdef USE_CUSTOM_ALLOCATOR
#include "MemoryCpu.h"
#endif