ソースを参照

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;


読み込み中…
キャンセル
保存