mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 15:01:49 +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:
@@ -1,6 +1,8 @@
|
||||
#include "specter/Icon.hpp"
|
||||
#include "specter/RootView.hpp"
|
||||
|
||||
#include <boo/graphicsdev/IGraphicsCommandQueue.hpp>
|
||||
|
||||
namespace specter {
|
||||
|
||||
IconView::IconView(ViewResources& res, View& parentView, Icon& icon) : View(res, parentView) {
|
||||
|
||||
Reference in New Issue
Block a user