Commit 0bb6cf51526c4eac10b1e99d20355b1d3a3360e8

Authored by David Mayerich
1 parent 3ff136b3

fixed image for compiling on Linux

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