From 691a42fe98954c247a8b7e9305a3e9ca5c04d40c Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 30 Apr 2016 16:34:51 +0100 Subject: VideoCore: Run include-what-you-use and fix most includes. --- src/common/bit_set.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/bit_set.h') diff --git a/src/common/bit_set.h b/src/common/bit_set.h index 85f91e786..7f5de8df2 100644 --- a/src/common/bit_set.h +++ b/src/common/bit_set.h @@ -7,6 +7,7 @@ #include #endif #include +#include #include #include "common/common_types.h" @@ -186,4 +187,4 @@ public: typedef Common::BitSet BitSet8; typedef Common::BitSet BitSet16; typedef Common::BitSet BitSet32; -typedef Common::BitSet BitSet64; \ No newline at end of file +typedef Common::BitSet BitSet64; -- cgit v1.2.3