X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Ftest%2Fclang_specific.hpp;h=b123ef381fee8cc919ca1f2c50cd13ee35278eca;hb=226eec72ef6510cad247f4c553daf6d1d93a149c;hp=24d32cf08a54e3ba655597acb2f96d3e5a0c32a8;hpb=5256cb543a9d35b610df19bd227cde977186aef0;p=anna.git diff --git a/include/anna/test/clang_specific.hpp b/include/anna/test/clang_specific.hpp index 24d32cf..b123ef3 100644 --- a/include/anna/test/clang_specific.hpp +++ b/include/anna/test/clang_specific.hpp @@ -1,10 +1,11 @@ +#ifndef anna_test_clang_specific_hpp +#define anna_test_clang_specific_hpp + + // 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 - #if IS_CLANG && ( __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L ) typedef struct { long long __clang_max_align_nonce1 @@ -16,3 +17,4 @@ typedef struct { #endif #endif +