Skip to content

Commit

Permalink
COMP: Really fix windows build error due to missing includes
Browse files Browse the repository at this point in the history
Including "iterator" fixes the error
  • Loading branch information
jcfr committed Sep 14, 2018
1 parent d8d75f1 commit 9470aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShapePopulationBase.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "ShapePopulationBase.h"

// STD includes
#include <vector>
#include <iterator>

namespace spv_math
{
Expand Down

0 comments on commit 9470aaf

Please sign in to comment.