Fix build WITH_CXX_GUARDEDALLOC

This commit is contained in:
Germano Cavalcante
2020-03-19 14:42:04 -03:00
parent 3be7d74cba
commit e1b2ded7b2
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
#include "GeoCommon.h"
#ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h"
#endif
/*
* Virtual class for input file readers
*