Skip to content

Commit a47f28e

Browse files
committed
[#13]:build: remove stdfloat header and add missing array include
1 parent 9f2e582 commit a47f28e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

include/decimal.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <cstdint>
1111
#include <limits>
1212
#include <string_view>
13+
#include <array>
1314

1415
#include <bid_conf.h>
1516
#include <bid_functions.h>

test/decimal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <stdint.h>
66
#include <doctest/all>
77
#include <decimal.hpp>
8-
#include <stdfloat>
98

109
#define TRACE std::cerr
1110
#define uint128_t __uint128_t

0 commit comments

Comments
 (0)