Skip to content

Commit 7a37b02

Browse files
committed
Fix CCameraFilter build
1 parent cef20cc commit 7a37b02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MetroidPrime/Cameras/CCameraFilter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
#include "MetaRender/CCubeRenderer.hpp"
1313

1414
#include "rstl/math.hpp"
15+
#include "rstl/optional_object.hpp"
1516

17+
#include "dolphin/gx/GXFrameBuffer.h"
18+
#include "dolphin/gx/GXManage.h"
1619
#include "dolphin/gx/GXTransform.h"
1720
#include "dolphin/gx/GXVert.h"
1821

1922
#include "math.h"
20-
#include "rstl/optional_object.hpp"
2123
#include "stdlib.h"
2224
#include "string.h"
2325

0 commit comments

Comments
 (0)