From 1eaaf2f9a2811ffaca7ac914d26a3cac6a5e42e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20T=2E=20Listwon?= Date: Wed, 14 Apr 2021 11:43:45 +0200 Subject: Separate set.h from map.h --- core/io/file_access_pack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/io') diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h index 343adbe592..955108f455 100644 --- a/core/io/file_access_pack.h +++ b/core/io/file_access_pack.h @@ -36,6 +36,7 @@ #include "core/string/print_string.h" #include "core/templates/list.h" #include "core/templates/map.h" +#include "core/templates/set.h" // Godot's packed file magic header ("GDPC" in ASCII). #define PACK_HEADER_MAGIC 0x43504447 -- cgit v1.2.3