Browse Source

meshviewer: include <cfloat> for missing FLT_MAX definition.

legacy
Sam Hocevar sam 12 years ago
parent
commit
fef577669e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/MeshViewer.cpp

+ 2
- 0
test/MeshViewer.cpp View File

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

#include <cfloat> /* for FLT_MAX */

#include "core.h"

using namespace std;


Loading…
Cancel
Save