solidity/libsolutil
Peter Lemenkov 8f1668ffb8 libsolutil: Add missing include
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>
2023-02-04 16:22:18 +01:00
..
Algorithms.h
AnsiColorized.h
Assertions.h Adds solidity::util::unreachable() helper function. 2022-06-07 16:40:55 +02:00
CMakeLists.txt Allow running Eldarica from the command line 2022-11-22 21:16:45 +01:00
Common.h libsolutil: Add missing include 2023-02-04 16:22:18 +01:00
CommonData.cpp Replace all locale-dependent operations with locale-agnostic counterparts 2022-03-07 17:23:08 +01:00
CommonData.h Update CI ubuntu version to 2204 2023-01-12 10:37:29 +01:00
CommonIO.cpp
CommonIO.h
cxx20.h
ErrorCodes.h
Exceptions.cpp
Exceptions.h Put arguments in parantheses in assert macro definitions 2022-04-06 22:26:21 +02:00
FixedHash.h Drop implicit alignment argument from FixedHash 2022-09-27 17:58:32 +02:00
FunctionSelector.h Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
IndentedWriter.cpp
IndentedWriter.h
IpfsHash.cpp Specify namespaces 2022-03-08 00:09:17 -05:00
IpfsHash.h
JSON.cpp
JSON.h De-macro helpers. 2022-11-01 12:49:22 +01:00
Keccak256.cpp
Keccak256.h
LazyInit.h
LEB128.h
Numeric.cpp Fix compilation error. 2022-06-15 11:14:50 +02:00
Numeric.h Allow support for older boost and adjust docs 2023-01-18 10:51:14 +01:00
picosha2.h
Result.h
SetOnce.h
StackTooDeepString.h Recommend via-ir whenever a stack too deep error is encountered. 2022-05-05 19:22:03 +02:00
StringUtils.cpp changed output of formatNumberReadable so that it shows powers of two and one-less-than powers of two in a more compact format 2022-11-14 17:37:38 +01:00
StringUtils.h changed output of formatNumberReadable so that it shows powers of two and one-less-than powers of two in a more compact format 2022-11-14 17:37:38 +01:00
SwarmHash.cpp
SwarmHash.h
TemporaryDirectory.cpp Allow running Eldarica from the command line 2022-11-22 21:16:45 +01:00
TemporaryDirectory.h Allow running Eldarica from the command line 2022-11-22 21:16:45 +01:00
UTF8.cpp
UTF8.h
vector_ref.h Update CI ubuntu version to 2204 2023-01-12 10:37:29 +01:00
Views.h
Visitor.h Refix MSVC Debug crash 2022-04-26 01:52:56 +02:00
Whiskers.cpp Updated Whiskers for checking invalid tags 2022-09-29 07:36:29 +05:30
Whiskers.h Updated Whiskers for checking invalid tags 2022-09-29 07:36:29 +05:30