From ad2de2702a3af9832480cd5616cc01dbcfd1f2f2 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sat, 2 Oct 2021 15:32:07 -0300 Subject: [PATCH] Fix a missing #include causing a potential compile error --- src/modules/graphics/wrap_Buffer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/graphics/wrap_Buffer.cpp b/src/modules/graphics/wrap_Buffer.cpp index 20102cdc2..fcfa763b3 100644 --- a/src/modules/graphics/wrap_Buffer.cpp +++ b/src/modules/graphics/wrap_Buffer.cpp @@ -22,6 +22,8 @@ #include "Buffer.h" #include "common/Data.h" +#include + namespace love { namespace graphics