Skip to content

Commit

Permalink
cleanup (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
geseq authored Oct 7, 2023
1 parent 7407d05 commit 3117d7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/udecimal.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef UDECIMAL_H
#define UDECIMAL_H

#include <sys/types.h>

#include <array>
Expand Down Expand Up @@ -435,3 +438,5 @@ template <int nPlaces>
const std::invalid_argument Decimal<nPlaces>::errInvalidInput("invalid input");

} // namespace udecimal

#endif // UDECIMAL_H

0 comments on commit 3117d7a

Please sign in to comment.