1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

fix include

This commit is contained in:
2024-04-10 06:45:45 +10:00
parent e6bb098e15
commit 6c52897942

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Zlib
// SPDX-FileCopyrightText: (c) 2024 a dinosaur
#include "tmxlite/detail/gzip.hpp"
#include "gzip.hpp"
#include <string_view>