diff options
author | Bartłomiej T. Listwon <blistwon@gmail.com> | 2021-04-14 11:43:45 +0200 |
---|---|---|
committer | Bartłomiej T. Listwon <blistwon@gmail.com> | 2021-04-14 11:43:45 +0200 |
commit | 1eaaf2f9a2811ffaca7ac914d26a3cac6a5e42e7 (patch) | |
tree | 66868319797d47607dce971c6d70194cb73fd1d1 /core/io | |
parent | 33333f168131a5a328ca8669858ff531349d7667 (diff) |
Separate set.h from map.h
Diffstat (limited to 'core/io')
-rw-r--r-- | core/io/file_access_pack.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |