Portability

- Reordered includes to allow build on FreeBSD (thanks to Pietro Cerutti).
This commit is contained in:
Paul Beckingham 2014-05-30 15:25:34 -04:00
parent 688dcb6cd3
commit 9f6e37fa06

View file

@ -24,7 +24,8 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove // If <iostream> is included, put it after <stdio.h>, because it includes
// <stdio.h>, and therefore would ignore the _WITH_GETLINE.
#include <cmake.h> #include <cmake.h>
#include <algorithm> #include <algorithm>
#ifdef FREEBSD #ifdef FREEBSD