Module: check_mk
Branch: master
Commit: fee303e13d18c49b1154d4f59edadf9fa93fda8c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=fee303e13d18c4…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Tue Nov 28 11:13:35 2017 +0100
Fix for IWYU buglet.
Change-Id: I1bb643488bca902236d13b185724556e639a75d4
---
livestatus/src/Column.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/livestatus/src/Column.h b/livestatus/src/Column.h
index 232f9f9..f55e626 100644
--- a/livestatus/src/Column.h
+++ b/livestatus/src/Column.h
@@ -31,7 +31,7 @@
#include <functional>
#include <memory>
#include <string>
-#include "Aggregator.h"
+#include "Aggregator.h" // IWYU pragma: keep
#include "Row.h"
#include "contact_fwd.h"
#include "opids.h"