浏览代码

nvizlib: fix compilation error, include <grass/config.h>

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32051 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 年之前
父节点
当前提交
0c78fe52b6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/nviz.h

+ 2 - 0
include/nviz.h

@@ -1,6 +1,8 @@
 #ifndef GRASS_NVIZ_H
 #define GRASS_NVIZ_H
 
+#include <grass/config.h>
+
 /*** Windows headers ***/
 #if defined(OPENGL_WINDOWS)
 #  define WIN32_LEAN_AND_MEAN