summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index c803b7746..c43471f66 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -72,9 +72,10 @@
#include "enums/render/rendertype.h"
#include "gui/color.h"
-
#include "gui/cliprect.h"
+#include "resources/mstack.h"
+
#include <SDL_video.h>
#ifdef USE_SDL2
@@ -514,7 +515,7 @@ class Graphics notfinal
/**
* Holds the clip area stack.
*/
- std::stack<ClipRect> mClipStack;
+ MStack<ClipRect> mClipStack;
SDL_Window *mWindow;