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 {