diff --git a/src/windows/port.cc b/src/windows/port.cc index 3cdd02b..54a566d 100644 --- a/src/windows/port.cc +++ b/src/windows/port.cc @@ -31,7 +31,7 @@ * Author: Craig Silverstein */ -#include +#include "windows/config.h" #ifndef _WIN32 # error You should only be including windows/port.cc in a windows environment! #endif diff --git a/src/windows/port.h b/src/windows/port.h index faf4282..7a8367f 100644 --- a/src/windows/port.h +++ b/src/windows/port.h @@ -40,7 +40,7 @@ #ifndef CTEMPLATE_WINDOWS_PORT_H_ #define CTEMPLATE_WINDOWS_PORT_H_ -#include +#include "windows/config.h" #ifdef _WIN32 #define USING_PORT_CC