2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

General: Add necessary includes where applicable

As part of the changes within hecl, this exposed a few indirect
inclusions. We can simply include the headers to resolve these cases.
This commit is contained in:
Lioncash
2019-09-05 00:42:16 -04:00
parent 303b349e01
commit 5beb046f9e
14 changed files with 30 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
#include "logvisor/logvisor.hpp"
#include "specter/SplitView.hpp"
#include "specter/Space.hpp"
#include "specter/RootView.hpp"
#include "specter/ViewResources.hpp"
#include "specter/Space.hpp"
#include <boo/graphicsdev/IGraphicsCommandQueue.hpp>
#include <logvisor/logvisor.hpp>
namespace specter {
static logvisor::Module Log("specter::SplitView");