Skip to content

Commit

Permalink
Merge pull request #12 from davidsblom/master
Browse files Browse the repository at this point in the history
Add tgmath.h header for compilation with gcc 6.1
  • Loading branch information
patflick committed Aug 23, 2016
2 parents f1f338c + 1128d20 commit 39ce3cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/mxx/bitonicsort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <iterator>
#include <algorithm>
#include <vector>
#include <tgmath.h>


namespace mxx {
Expand Down Expand Up @@ -169,5 +170,3 @@ void bitonic_sort(_Iterator begin, _Iterator end, _Compare comp, const mxx::comm
} // namespace mxx

#endif // MXX_SAMPLESORT_HPP


0 comments on commit 39ce3cc

Please sign in to comment.