1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-12-24 03:06:17 +00:00

util: fix header dependence

This commit is contained in:
Michael Scire 2021-01-12 03:02:09 -08:00
parent 094cede39e
commit 6a2ee02409

View file

@ -17,6 +17,7 @@
#pragma once
#include <vapours/common.hpp>
#include <vapours/assert.hpp>
#include <vapours/util/util_format_string.hpp>
namespace ams::util {