From 912d90738106728aae9b7d291ad8317053bfd134 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Mon, 24 Aug 2015 18:02:36 -0500 Subject: [PATCH] added vector.h to image.h --- 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 71150ae..38278b8 100644 --- a/stim/image/image.h +++ b/stim/image/image.h @@ -5,6 +5,7 @@ #endif #include "CImg.h" +#include #include namespace stim{ //This static class provides the STIM interface for loading images -- libgit2 0.21.4