瀏覽代碼

diverse anpassungen an gcc 4.7

Bjoern Froehlich 12 年之前
父節點
當前提交
711d6a43c2
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      baselib/progs/testProgressBar.cpp
  2. 1 0
      features/gradientfeatures/progs/testPHOGFeatures.cpp

+ 1 - 1
baselib/progs/testProgressBar.cpp

@@ -11,7 +11,7 @@
 
 
 #include "core/basics/Config.h"
-
+#include <unistd.h>
 #include "core/basics/StringTools.h"
 // #include "features/simplefeatures/FourierLibrary.h"
 #include "vislearning/baselib/ProgressBar.h"

+ 1 - 0
features/gradientfeatures/progs/testPHOGFeatures.cpp

@@ -1,6 +1,7 @@
 #include <iostream>
 #include "core/basics/Config.h"
 #include "vislearning/features/gradientfeatures/PHOGFeature.h"
+#include <unistd.h>
 
 using namespace std;
 using namespace NICE;