HDFS-9497. move lib/proto/cpp_helpers to third-party since it won't have an ASF license. Contributed by Bob Hansen.
This commit is contained in:
parent
d7ecf396c9
commit
8dac1094d8
@ -52,6 +52,7 @@ include_directories(
|
||||
third_party/rapidxml-1.13
|
||||
third_party/gmock-1.7.0
|
||||
third_party/tr2
|
||||
third_party/protobuf
|
||||
${OPENSSL_INCLUDE_DIR}
|
||||
../libhdfs/include
|
||||
)
|
||||
|
@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "cpp_helpers.h"
|
||||
#include "protobuf/cpp_helpers.h"
|
||||
|
||||
#include <google/protobuf/compiler/code_generator.h>
|
||||
#include <google/protobuf/compiler/plugin.h>
|
||||
|
Loading…
Reference in New Issue
Block a user