소스 검색

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;


불러오는 중...
취소
저장