Skip to content

Commit

Permalink
move include as well
Browse files Browse the repository at this point in the history
  • Loading branch information
klausspanderen committed Oct 3, 2018
1 parent d910c03 commit 9dd4c1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ql/patterns/observable.hpp
Expand Up @@ -261,7 +261,6 @@ namespace QuantLib {
#include <boost/thread/mutex.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/smart_ptr/owner_less.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <set>


Expand Down
1 change: 1 addition & 0 deletions ql/shared_ptr.hpp
Expand Up @@ -31,6 +31,7 @@
#else
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/enable_shared_from_this.hpp>
#endif

namespace QuantLib {
Expand Down

0 comments on commit 9dd4c1e

Please sign in to comment.