From 0bb6cf51526c4eac10b1e99d20355b1d3a3360e8 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Wed, 8 Jun 2016 10:08:54 -0500 Subject: [PATCH] fixed image for compiling on Linux --- 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