Skip to content

Commit

Permalink
fix(compilation): #include <iterator> to make all compilers happy
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimkarlsson committed Aug 6, 2013
1 parent 563fd03 commit 2787acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igloo/igloo_framework.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <list>
#include <memory>
#include <algorithm>
#include <iterator>

#include <igloo/external/snowhouse/snowhouse/snowhouse.h>

Expand Down

0 comments on commit 2787acb

Please sign in to comment.