Skip to content

Commit

Permalink
BUG: Add include guard in src/next/next.h
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 7, 2023
1 parent 3351336 commit 906fcca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/next/next.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef NEXT_H
#define NEXT_H

#include <cmath>


Expand All @@ -18,3 +21,5 @@ T next_less(T x)
}

} // namespace NextFunctions

#endif

0 comments on commit 906fcca

Please sign in to comment.