Fixed include path

This commit is contained in:
Benoit Steiner 2016-04-29 15:11:09 -07:00
parent 0f3c4c8ff4
commit ba32ded021

View File

@ -535,7 +535,7 @@ InstType instantiate_by_c_array(ArrType* arr)
#else // Non C++11, fallback to emulation mode
#include "src/Core/util/EmulateCXX11Meta.h"
#include "EmulateCXX11Meta.h"
#endif