From 2b01d6bda3c65d7de07d3914701288ba5d383883 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 15 Jul 2015 15:07:32 +0200 Subject: [PATCH] Added missing header. --- src/CompileCommand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CompileCommand.h b/src/CompileCommand.h index ba87d7d..582d2b4 100644 --- a/src/CompileCommand.h +++ b/src/CompileCommand.h @@ -2,6 +2,7 @@ #define COMPILECOMMAND_H_ #include #include +#include namespace clang { class CompileCommand {