浏览代码

meshviewer: include <cfloat> for missing FLT_MAX definition.

legacy
Sam Hocevar sam 12 年前
父节点
当前提交
fef577669e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      test/MeshViewer.cpp

+ 2
- 0
test/MeshViewer.cpp 查看文件

@@ -13,6 +13,8 @@
# include "config.h"
#endif

#include <cfloat> /* for FLT_MAX */

#include "core.h"

using namespace std;


正在加载...
取消
保存