This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
meshviewer: include <cfloat> for missing FLT_MAX definition.
legacy
Sam Hocevar
sam
12 years ago
parent
7a051f9455
commit
fef577669e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save