[wpigui] Add stdint.h include to PFD (#8920)

Needed for uint8_t.
This commit is contained in:
Peter Johnson
2026-05-26 21:55:22 -07:00
committed by GitHub
parent b100586cab
commit ac7a9524f8

View File

@@ -12,6 +12,7 @@
#pragma once #pragma once
#include <stdint.h> // uint8_t
#include <string> // std::string #include <string> // std::string
#include <memory> // std::shared_ptr #include <memory> // std::shared_ptr
#include <map> // std::map #include <map> // std::map