Cleanup: Missing include for integer type in BLI_generic_key.hh

This commit is contained in:
Hans Goudey
2025-05-05 12:01:42 -04:00
parent e09ccc9b35
commit c108d7bfd4

View File

@@ -8,6 +8,7 @@
* \ingroup bli
*/
#include <cstdint>
#include <memory>
#include "BLI_assert.h"