Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniruc <niruc@NIRUC-M6600.redmond.corp.microsoft.com>2013-04-06 00:32:40 +0400
committerniruc <niruc@NIRUC-M6600.redmond.corp.microsoft.com>2013-04-06 00:32:40 +0400
commit0359e2a3a483761ff4e4f266446ef4fed5c1611b (patch)
tree6166a4eefbb4958b619d75e67345cb080e39c343
parent29a02cc36e25579f1e37366a3aef95809113ec9d (diff)
fix for compile error in library_example due to checkin for cleanup of the vw.exe project files
-rw-r--r--library/ezexample.h2
-rw-r--r--library/ezexample_predict.cc2
-rw-r--r--library/ezexample_train.cc2
-rw-r--r--library/library_example.cc2
-rw-r--r--vowpalwabbit/hash.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/library/ezexample.h b/library/ezexample.h
index fbf28854..c10e7b1d 100644
--- a/library/ezexample.h
+++ b/library/ezexample.h
@@ -2,7 +2,7 @@
#define EZEXAMPLE_H
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
using namespace std;
typedef uint32_t fid;
diff --git a/library/ezexample_predict.cc b/library/ezexample_predict.cc
index 94878eb8..5305d845 100644
--- a/library/ezexample_predict.cc
+++ b/library/ezexample_predict.cc
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
#include "ezexample.h"
using namespace std;
diff --git a/library/ezexample_train.cc b/library/ezexample_train.cc
index 19a54d9d..e600e949 100644
--- a/library/ezexample_train.cc
+++ b/library/ezexample_train.cc
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
#include "ezexample.h"
using namespace std;
diff --git a/library/library_example.cc b/library/library_example.cc
index 7f85d224..c8d6576a 100644
--- a/library/library_example.cc
+++ b/library/library_example.cc
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
using namespace std;
diff --git a/vowpalwabbit/hash.h b/vowpalwabbit/hash.h
index 99a034ac..cffe56bf 100644
--- a/vowpalwabbit/hash.h
+++ b/vowpalwabbit/hash.h
@@ -10,4 +10,4 @@ license as described in the file LICENSE.
const uint32_t hash_base = 0;
uint32_t uniform_hash( const void *key, size_t length, uint32_t initval);
-#endif \ No newline at end of file
+#endif