mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This helps suppressing the following message during compilation:
```
/builddir/build/BUILD/solidity-0.8.18/libsolutil/Common.h:55:27: error: 'uint8_t' was not declared in this scope
55 | using bytes = std::vector<uint8_t>;
| ^~~~~~~
/builddir/build/BUILD/solidity-0.8.18/libsolutil/Common.h:49:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
48 | #include <functional>
+++ |+#include <cstdint>
49 | #include <string>
```
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
||
|---|---|---|
| .. | ||
| Algorithms.h | ||
| AnsiColorized.h | ||
| Assertions.h | ||
| CMakeLists.txt | ||
| Common.h | ||
| CommonData.cpp | ||
| CommonData.h | ||
| CommonIO.cpp | ||
| CommonIO.h | ||
| cxx20.h | ||
| ErrorCodes.h | ||
| Exceptions.cpp | ||
| Exceptions.h | ||
| FixedHash.h | ||
| FunctionSelector.h | ||
| IndentedWriter.cpp | ||
| IndentedWriter.h | ||
| IpfsHash.cpp | ||
| IpfsHash.h | ||
| JSON.cpp | ||
| JSON.h | ||
| Keccak256.cpp | ||
| Keccak256.h | ||
| LazyInit.h | ||
| LEB128.h | ||
| Numeric.cpp | ||
| Numeric.h | ||
| picosha2.h | ||
| Result.h | ||
| SetOnce.h | ||
| StackTooDeepString.h | ||
| StringUtils.cpp | ||
| StringUtils.h | ||
| SwarmHash.cpp | ||
| SwarmHash.h | ||
| TemporaryDirectory.cpp | ||
| TemporaryDirectory.h | ||
| UTF8.cpp | ||
| UTF8.h | ||
| vector_ref.h | ||
| Views.h | ||
| Visitor.h | ||
| Whiskers.cpp | ||
| Whiskers.h | ||