Commit 912d90738106728aae9b7d291ad8317053bfd134

Authored by David Mayerich
1 parent 4191c034

added vector.h to image.h

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
stim/image/image.h
... ... @@ -5,6 +5,7 @@
5 5 #endif
6 6 #include "CImg.h"
7 7  
  8 +#include <vector>
8 9 #include <iostream>
9 10 namespace stim{
10 11 //This static class provides the STIM interface for loading images
... ...