Skip to content

Commit 643b41d

Browse files
committed
fix: Warning fix, value uint32_t now declared.
1 parent bb3d85f commit 643b41d

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

include/Code/Code_params.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef CODE_PARAMS_HPP_
22
#define CODE_PARAMS_HPP_
33

4+
#include <cstdint>
45
#include <iostream>
56
#include <memory>
67
#include <vector>

q

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/include/Code/Code_params.hpp b/include/Code/Code_params.hpp
2+
index 57883b22..fcb43112 100644
3+
--- a/include/Code/Code_params.hpp
4+
+++ b/include/Code/Code_params.hpp
5+
@@ -1,6 +1,7 @@
6+
#ifndef CODE_PARAMS_HPP_
7+
#define CODE_PARAMS_HPP_
8+

9+
+#include <cstdint>
10+
#include <iostream>
11+
#include <memory>
12+
#include <vector>

0 commit comments

Comments
 (0)