Browse Source

rasterlib: add missing header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47527 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
eef5dca604
1 changed files with 2 additions and 0 deletions
  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