Skip to content

Commit

Permalink
Add missing include for std::lower_bound
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Aug 16, 2018
1 parent d4d8111 commit 9c2bdf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncrystal_core/src/NCRandUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "NCRandUtils.hh"
#include "NCMath.hh"
#include <algorithm>
namespace NC=NCrystal;

void NC::randIsotropicDirection( NC::RandomBase * rand, double (&dir)[3])
Expand Down

0 comments on commit 9c2bdf6

Please sign in to comment.