diff options
Diffstat (limited to 'utils/zenutils/source/firmware_extract/main.cpp')
| -rw-r--r-- | utils/zenutils/source/firmware_extract/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zenutils/source/firmware_extract/main.cpp b/utils/zenutils/source/firmware_extract/main.cpp index bcd77af..1f31cc8 100644 --- a/utils/zenutils/source/firmware_extract/main.cpp +++ b/utils/zenutils/source/firmware_extract/main.cpp @@ -18,7 +18,7 @@ #include <iostream> #include <ctime> -#include <getpot/getpot.hpp> +#include <getpot/GetPot> #include <utils.h> #include <firmware.h> |