Skip to content

Commit

Permalink
attempt to apply a fix for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 1, 2014
1 parent 59709b3 commit b8799e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/gt_wkt_srs.cpp
Expand Up @@ -30,13 +30,16 @@
* DEALINGS IN THE SOFTWARE.
****************************************************************************/

#include "cpl_serv.h"
#include "gdal.h"
#define CPL_SERV_H_INCLUDED
// #include "cpl_serv.h"
#include "cpl_csv.h"

#include "geo_tiffp.h"
#define CPL_ERROR_H_INCLUDED

#include "geovalues.h"
#include "ogr_spatialref.h"
#include "gdal.h"

#include "xtiffio.h"
#include "cpl_multiproc.h"
#include "tifvsi.h"
Expand Down

0 comments on commit b8799e5

Please sign in to comment.