summaryrefslogtreecommitdiff
path: root/src/proto2/include_cstdint_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/include_cstdint_test.cpp')
-rw-r--r--src/proto2/include_cstdint_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto2/include_cstdint_test.cpp b/src/proto2/include_cstdint_test.cpp
index 7462057..917a325 100644
--- a/src/proto2/include_cstdint_test.cpp
+++ b/src/proto2/include_cstdint_test.cpp
@@ -20,7 +20,10 @@
#include "../poison.hpp"
+namespace tmwa
+{
using Test_uint8_t = uint8_t;
using Test_uint16_t = uint16_t;
using Test_uint32_t = uint32_t;
using Test_uint64_t = uint64_t;
+} // namespace tmwa