From 56b6d928b62fcfdc8a4fd9ff68adefb17577b5e8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 10 Feb 2015 12:34:13 +0100 Subject: [PATCH] add include to be self-sufficient --- data_structures/rectangle.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_structures/rectangle.hpp b/data_structures/rectangle.hpp index 06c4b08ed..c36074dbd 100644 --- a/data_structures/rectangle.hpp +++ b/data_structures/rectangle.hpp @@ -32,6 +32,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include +#include + #include #include #include