diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2023-07-20 19:34:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 19:34:07 -0400 |
| commit | cb03424254152e4c96d236125ef925f9333e90f4 (patch) | |
| tree | a070f59cbfd122f5034260469fa71a1f09b5bae9 /ZAPD/OutputFormatter.h | |
| parent | b62d38046dbc6618b5eb433a0a29560e02bf43a9 (diff) | |
Updated to use clang-format-14 (#297)
Diffstat (limited to 'ZAPD/OutputFormatter.h')
| -rw-r--r-- | ZAPD/OutputFormatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/OutputFormatter.h b/ZAPD/OutputFormatter.h index 290a8dc..ec56b65 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -1,9 +1,9 @@ #pragma once +#include <cstdint> #include <map> #include <string> #include <vector> -#include <cstdint> class OutputFormatter { |
