From dfeafce3b3f36d48edcf89f7c92368b7d610f52f Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Thu, 16 Jan 2014 20:09:33 +0100 Subject: [PATCH] paths --- src/bindings/cpp/cpp_tests.cpp | 2 +- src/bindings/cpp/hammer/hammer.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bindings/cpp/cpp_tests.cpp b/src/bindings/cpp/cpp_tests.cpp index d708208..8677c82 100644 --- a/src/bindings/cpp/cpp_tests.cpp +++ b/src/bindings/cpp/cpp_tests.cpp @@ -1,6 +1,6 @@ #include <gtest/gtest.h> #include <hammer/hammer.hpp> -#include <hammer/internal.h> +#include "../../internal.h" #include <hammer/hammer_test.hpp> #define a_new_(arena, typ, count) ((typ*)h_arena_malloc((arena), sizeof(typ)*(count))) diff --git a/src/bindings/cpp/hammer/hammer.hpp b/src/bindings/cpp/hammer/hammer.hpp index c33814e..b9de671 100644 --- a/src/bindings/cpp/hammer/hammer.hpp +++ b/src/bindings/cpp/hammer/hammer.hpp @@ -1,7 +1,7 @@ #ifndef HAMMER_HAMMER__HPP #define HAMMER_HAMMER__HPP -#include <hammer/hammer.h> +#include "../../../hammer.h" #include <string> #include <stdint.h> #include <cstdarg> -- GitLab