clover: add missing include to compat.h

Fixes build issues with llvm-3.6
Fixes: 3115687f9b (clover: Fix build after
LLVM r313390)

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Tested-by: Gert Wollny <gw.fossdev@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Jan Vesely 2017-09-16 22:05:39 -04:00 committed by Eric Engestrom
parent fdf0f1db22
commit 30741187c1
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "util/algorithm.hpp"
#include <llvm/IR/LLVMContext.h>
#include <llvm/Linker/Linker.h>
#include <llvm/Transforms/IPO.h>
#include <llvm/Target/TargetMachine.h>