Explorar o código

rasterlib: add missing header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47527 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=14) %!d(string=hai) anos
pai
achega
eef5dca604
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/raster.h

+ 2 - 0
include/raster.h

@@ -1,6 +1,8 @@
 #ifndef GRASS_RASTER_H
 #define GRASS_RASTER_H
 
+#include <grass/gis.h>
+
 /*** defines ***/
 #define RECLASS_TABLE 1
 #define RECLASS_RULES 2