From 65406afd162bc49fcdbb714a61970f46f5168e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 15 Jun 2015 14:43:15 +0200 Subject: [PATCH] Suppress LLVM compile warnings. --- libevmjit/Cache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libevmjit/Cache.h b/libevmjit/Cache.h index 6b8457f4b..1d5927705 100644 --- a/libevmjit/Cache.h +++ b/libevmjit/Cache.h @@ -3,7 +3,9 @@ #include #include +#include "preprocessor/llvm_includes_start.h" #include +#include "preprocessor/llvm_includes_end.h" namespace llvm {