From b5e5b994be4a50b7a4cf59df53cadc1ffedf7654 Mon Sep 17 00:00:00 2001 From: Sebastian Berisha Date: Thu, 2 Jun 2016 17:04:24 -0500 Subject: [PATCH] added the header for typeinfo --- stim/image/image.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/stim/image/image.h b/stim/image/image.h index 15f429f..d8e8b6f 100644 --- a/stim/image/image.h +++ b/stim/image/image.h @@ -6,6 +6,7 @@ #include #include #include +#include namespace stim{ /// This static class provides the STIM interface for loading, saving, and storing 2D images. -- libgit2 0.21.4