Commit 42b3c74f9efc99dfa54a75117775b9b616a10014
1 parent
363243dc
Included list in cellset.h as it is not automatically included
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
stim/biomodels/cellset.h
... | ... | @@ -3,6 +3,7 @@ |
3 | 3 | |
4 | 4 | #include <stim/math/vec3.h> |
5 | 5 | #include <vector> |
6 | +#include <list> | |
6 | 7 | #include <unordered_map> |
7 | 8 | #include <fstream> |
8 | 9 | |
... | ... | @@ -129,4 +130,4 @@ public: |
129 | 130 | }; //end class cellset |
130 | 131 | }; //end namespace stim |
131 | 132 | |
132 | -#endif | |
133 | 133 | \ No newline at end of file |
134 | +#endif | ... | ... |