Browse Source

make Ubuntu's gcc happy

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53072 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 years ago
parent
commit
2c960f98c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      raster/r.viewshed/main.cpp

+ 1 - 0
raster/r.viewshed/main.cpp

@@ -44,6 +44,7 @@
 extern "C"
 {
 #include <grass/config.h>
+#include <grass/raster.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>
 }