From 1e62b5566473fc7429f7123271b0876edc5a0d08 Mon Sep 17 00:00:00 2001 From: Christian Schmitt <chris@ilovelinux.de> Date: Sat, 15 Dec 2012 13:27:35 +0100 Subject: [PATCH] Another compile fix (missing include) --- src/Lib/Polygon/polygon.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Lib/Polygon/polygon.hxx b/src/Lib/Polygon/polygon.hxx index f7fa2bd5..0517fc7d 100644 --- a/src/Lib/Polygon/polygon.hxx +++ b/src/Lib/Polygon/polygon.hxx @@ -30,6 +30,7 @@ #endif #include <iostream> +#include <map> #include <string> #include <vector>