Skip to content

Commit

Permalink
Add tgmath.h header for compilation with gcc 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsblom committed Aug 23, 2016
1 parent f1f338c commit 1128d20
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 1128d20

Please sign in to comment.