From 9144441c4d06c84c9f72ee8e596828a2c9587d0f Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sat, 28 Mar 2015 17:55:05 +0100 Subject: [PATCH] Wrong header --- include/anna/test/clang_specific.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/anna/test/clang_specific.hpp b/include/anna/test/clang_specific.hpp index 24d32cf..5672e47 100644 --- a/include/anna/test/clang_specific.hpp +++ b/include/anna/test/clang_specific.hpp @@ -1,9 +1,10 @@ // This is a Workaround for clang // See more at: http://reviews.llvm.org/rL201729 and http://gcc.gnu.org/gcc-4.9/porting_to.html (cstddef changes) // This file and its references should be removed when upgraded clang resources + -#ifndef anna_test_Request_hpp -#define anna_test_Request_hpp +#ifndef anna_test_clang_specific_hpp +#define anna_test_clang_specific_hpp #if IS_CLANG && ( __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L ) typedef struct { @@ -16,3 +17,4 @@ typedef struct { #endif #endif + -- 2.20.1