We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2e582 commit a47f28eCopy full SHA for a47f28e
2 files changed
include/decimal.hpp
@@ -10,6 +10,7 @@
10
#include <cstdint>
11
#include <limits>
12
#include <string_view>
13
+#include <array>
14
15
#include <bid_conf.h>
16
#include <bid_functions.h>
test/decimal.cpp
@@ -5,7 +5,6 @@
5
#include <stdint.h>
6
#include <doctest/all>
7
#include <decimal.hpp>
8
-#include <stdfloat>
9
#define TRACE std::cerr
#define uint128_t __uint128_t
0 commit comments