diff options
| author | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-07-05 12:26:15 -0500 |
|---|---|---|
| committer | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-07-05 12:26:15 -0500 |
| commit | 4e96a41b4ee6bbc920b7c5a5ec555d6d14e65b18 (patch) | |
| tree | c098c48117d32475bc6d24c887bedbd5a2f102ff /hex_functions.h | |
| parent | bed0b55e70f13adf772584fc0d31ebfe59597115 (diff) | |
better int to hex
Diffstat (limited to 'hex_functions.h')
| -rw-r--r-- | hex_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hex_functions.h b/hex_functions.h index 47d9466b..9f7a1e75 100644 --- a/hex_functions.h +++ b/hex_functions.h @@ -4,6 +4,8 @@ #include <bitset> #include <cstdint> #include <iostream> +#include <algorithm> +#include <string> namespace omni { |
