Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explicitly include functional library, so that code compiles with new…
…er versions of dependencies
  • Loading branch information
dbr15101 committed May 3, 2017
1 parent 458ca60 commit 4e83412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Data.h
Expand Up @@ -14,6 +14,7 @@
#include <set>
#include <iterator>
#include <bitset>
#include <functional>

#include "IndividualDataSet.h"
#include "Option.h"
Expand Down
1 change: 1 addition & 0 deletions src/IndividualDataSet.h
Expand Up @@ -11,6 +11,7 @@
#include "GivenKinship.h"
#include <armadillo>
#include <list>
#include <functional>

#include "IndividualData.h"
#include "Option.h"
Expand Down

0 comments on commit 4e83412

Please sign in to comment.