This commit is contained in:
Meredith L. Patterson 2014-01-16 20:09:33 +01:00
parent c7cc297100
commit dfeafce3b3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <hammer/hammer.hpp> #include <hammer/hammer.hpp>
#include <hammer/internal.h> #include "../../internal.h"
#include <hammer/hammer_test.hpp> #include <hammer/hammer_test.hpp>
#define a_new_(arena, typ, count) ((typ*)h_arena_malloc((arena), sizeof(typ)*(count))) #define a_new_(arena, typ, count) ((typ*)h_arena_malloc((arena), sizeof(typ)*(count)))

View file

@ -1,7 +1,7 @@
#ifndef HAMMER_HAMMER__HPP #ifndef HAMMER_HAMMER__HPP
#define HAMMER_HAMMER__HPP #define HAMMER_HAMMER__HPP
#include <hammer/hammer.h> #include "../../../hammer.h"
#include <string> #include <string>
#include <stdint.h> #include <stdint.h>
#include <cstdarg> #include <cstdarg>