Skip to content

Commit

Permalink
[FIX] OS X Boost 1.55 compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed May 23, 2014
1 parent f37bbf5 commit 675ce30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cf3/mesh/GeoShape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// GNU Lesser General Public License version 3 (LGPLv3).
// See doc/lgpl.txt and doc/gpl.txt for the license text.

#include <iostream>

#include <boost/assign/list_of.hpp> // for map_list_of

#include "mesh/GeoShape.hpp"
Expand Down
2 changes: 2 additions & 0 deletions cf3/ui/uicommon/LogMessage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// GNU Lesser General Public License version 3 (LGPLv3).
// See doc/lgpl.txt and doc/gpl.txt for the license text.

#include <iostream>

#include <boost/assign/list_of.hpp> // for map_list_of

#include "ui/uicommon/LogMessage.hpp"
Expand Down

0 comments on commit 675ce30

Please sign in to comment.