You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2014/09/06 00:58:07 UTC

git commit: FIX: wrong include path

Repository: thrift
Updated Branches:
  refs/heads/master 3e8454cc7 -> 4d223c6fe


FIX: wrong include path


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/4d223c6f
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/4d223c6f
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/4d223c6f

Branch: refs/heads/master
Commit: 4d223c6fee2fc6a37217d506c0879f7eab85541a
Parents: 3e8454c
Author: Jens Geyer <je...@apache.org>
Authored: Fri Sep 5 22:31:39 2014 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Fri Sep 5 22:31:39 2014 +0200

----------------------------------------------------------------------
 lib/cpp/test/EnumTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/4d223c6f/lib/cpp/test/EnumTest.cpp
----------------------------------------------------------------------
diff --git a/lib/cpp/test/EnumTest.cpp b/lib/cpp/test/EnumTest.cpp
index 21bf819..d523ff6 100644
--- a/lib/cpp/test/EnumTest.cpp
+++ b/lib/cpp/test/EnumTest.cpp
@@ -18,7 +18,7 @@
  */
 #define BOOST_TEST_MODULE EnumTest
 #include <boost/test/unit_test.hpp>
-#include "thrift/test/gen-cpp/EnumTest_types.h"
+#include "gen-cpp/EnumTest_types.h"
 
 BOOST_AUTO_TEST_SUITE( EnumTest )