瀏覽代碼

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;