VTIL-Core/VTIL-Common
heinrich5991 a9125a1120 Fix build in clang 11.1.0 by adding #include
```
[ 83%] Building CXX object VTIL-Common/CMakeFiles/VTIL-Common.dir/arch/amd64/amd64_disassembler.cpp.o
In file included from VTIL-Core/VTIL-Common/arch/amd64/amd64_disassembler.cpp:39:
In file included from VTIL-Core/VTIL-Common/arch/amd64/amd64_disassembler.hpp:47:
In file included from VTIL-Core/VTIL-Common/arch/amd64/../../io/formatting.hpp:44:
VTIL-Core/VTIL-Common/arch/amd64/../../io/strong_formatting.hpp:113:20: error: use of undeclared identifier 'pow'
                                double limit = pow( 1024.0, i );
                                               ^
```
2021-05-01 17:16:41 +02:00
..
arch Fix some typos 2021-02-10 23:19:57 +01:00
formats Use C++-style include cstdint 2021-02-10 23:20:09 +01:00
includes/vtil Separated strong formatting and table view from formatting.hpp 2020-08-28 10:43:05 +02:00
io Fix build in clang 11.1.0 by adding #include 2021-05-01 17:16:41 +02:00
math Use C++-style include cstdint 2021-02-10 23:20:09 +01:00
util Use C++-style include cstdint 2021-02-10 23:20:09 +01:00
CMakeLists.txt Fix ::min and ::max usage on Windows 2020-10-23 13:31:08 +02:00
VTIL-Common.licenseheader Fixing license headers yet once again. 2020-07-09 02:43:51 +02:00
VTIL-Common.vcxproj Separated strong formatting and table view from formatting.hpp 2020-08-28 10:43:05 +02:00
VTIL-Common.vcxproj.filters Separated strong formatting and table view from formatting.hpp 2020-08-28 10:43:05 +02:00