Skip to content

Commit

Permalink
Make code compile with recent boost (1.69.0-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-larsson committed Jun 28, 2019
1 parent 1ab96d8 commit 55a5912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/npdm/externalsort.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <boost/filesystem.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/serialization/vector.hpp>
#include <vector>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit 55a5912

Please sign in to comment.