summaryrefslogtreecommitdiffstats
path: root/src/video_core/color.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/video_core/color.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/color.h b/src/video_core/color.h
index 43d635e2c..4d2026eb0 100644
--- a/src/video_core/color.h
+++ b/src/video_core/color.h
@@ -5,6 +5,8 @@
#pragma once
#include "common/common_types.h"
+#include "common/swap.h"
+
#include "video_core/math.h"
namespace Color {