From 28264b5ee2cf5e9f3825fd0007ac4712403b565b Mon Sep 17 00:00:00 2001
From: Andreas Schenk <andreas_schenk@hms.harvard.edu>
Date: Sat, 3 Sep 2011 18:52:37 -0400
Subject: [PATCH] added missing cstring include

---
 modules/io/src/img/map_io_ipl_handler.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/io/src/img/map_io_ipl_handler.cc b/modules/io/src/img/map_io_ipl_handler.cc
index 61274b0cf..dd1fb2981 100644
--- a/modules/io/src/img/map_io_ipl_handler.cc
+++ b/modules/io/src/img/map_io_ipl_handler.cc
@@ -20,6 +20,7 @@
 #include <cassert>
 #include <ctime>
 #include <iomanip>
+#include <cstring>
 
 #include <boost/shared_array.hpp>
 #include <boost/filesystem/operations.hpp>
-- 
GitLab