We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb5992 commit f12748fCopy full SHA for f12748f
tests/testingmain.cpp
@@ -1,8 +1,7 @@
1
#include "../tinyexpr.h"
2
#include <catch2/catch_session.hpp>
3
#include <catch2/catch_test_macros.hpp>
4
-#include <catch2/matchers/catch_matchers.hpp>
5
-#include <iomanip>
+#include <cstdlib>
6
#include <iostream>
7
#include <string>
8
tinyexpr.h
@@ -55,6 +55,7 @@
55
#include <cctype>
56
#include <cfloat>
57
#include <cmath>
58
+#include <cstdint>
59
#include <cstdio>
60
#include <cstdlib>
61
#include <cstring>
0 commit comments