소스 검색

Merge branch 'master', remote branch 'origin/master'

Alexander Luetz 13 년 전
부모
커밋
aed1c0d6b5
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cbaselib/Example.cpp
  2. 2 0
      math/mathbase/Featuretype.cpp

+ 1 - 0
cbaselib/Example.cpp

@@ -13,6 +13,7 @@ Example::Example()
 	y = 0;
 	vec = NULL;
 	svec = NULL;
+  ce = NULL;
 	position = 0;
 }
 

+ 2 - 0
math/mathbase/Featuretype.cpp

@@ -1,3 +1,5 @@
+#include <stdlib.h>
+#include <assert.h>
 #include "vislearning/math/mathbase/Featuretype.h"
 
 using namespace OBJREC;