diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-05 21:33:27 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-05 21:33:27 -0500 |
| commit | 064cde6759aa1264cbd00d7c052aaf1a223af7a9 (patch) | |
| tree | 9dcad680bed3ab139dfa334276198cad0e45ce0d /hex_functions.h | |
| parent | 17601c3723a181e348e37eddcc04bf506165cb72 (diff) | |
| parent | 42e26d67756afc2cb8cdeb97ed654507c7cf4f3e (diff) | |
Merge branch 'discord-toggle'
Diffstat (limited to 'hex_functions.h')
| -rw-r--r-- | hex_functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hex_functions.h b/hex_functions.h index 47d9466b..1f22339c 100644 --- a/hex_functions.h +++ b/hex_functions.h @@ -4,6 +4,10 @@ #include <bitset> #include <cstdint> #include <iostream> +#include <algorithm> +#include <string> +#include <iomanip> +#include <sstream> namespace omni { |
