clover: Add missing include to compat header

Fixes build failure with LLVM 4

Fixes: a981e68c26
	(clover: Fix build against clang SVN >= r299965)

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
Jan Vesely 2017-04-13 12:20:21 -04:00
parent b52721e3b6
commit d8ffe4d0ce

View file

@ -55,6 +55,7 @@
#include <llvm/Support/FormattedStream.h>
#endif
#include <clang/Basic/TargetInfo.h>
#include <clang/Frontend/CodeGenOptions.h>
#include <clang/Frontend/CompilerInstance.h>