support building tools on Windows

This commit is contained in:
alex85k
2014-11-16 21:33:41 +05:00
parent ffca6d8ba5
commit c75ce210ea
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <tbb/parallel_sort.h>
#ifdef __APPLE__
#if defined(__APPLE__) || defined (_WIN32)
#include <gdal.h>
#include <ogrsf_frmts.h>
#else