Procházet zdrojové kódy

meshviewer: include <cfloat> for missing FLT_MAX definition.

legacy
Sam Hocevar sam před 12 roky
rodič
revize
fef577669e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      test/MeshViewer.cpp

+ 2
- 0
test/MeshViewer.cpp Zobrazit soubor

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

#include <cfloat> /* for FLT_MAX */

#include "core.h"

using namespace std;


Načítá se…
Zrušit
Uložit