commit | 4d223c6fee2fc6a37217d506c0879f7eab85541a | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Sep 05 22:31:39 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Sep 05 22:31:39 2014 +0200 |
tree | 5bce4baaa7b53fb01ed73dfd7f22eaddf34cccca | |
parent | 3e8454cc71210a7298aa91d7c2042d40a3b46feb [diff] |
FIX: wrong include path
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 )