Ver código fonte

Merge branch 'master' of /home/dbv/git/nice/vislearning

Bjoern Froehlich 13 anos atrás
pai
commit
b1154f9ee4
2 arquivos alterados com 3 adições e 0 exclusões
  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;