aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/cairo/PangoTextLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/cairo/PangoTextLayout.h')
-rw-r--r--include/cru/platform/graphics/cairo/PangoTextLayout.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cru/platform/graphics/cairo/PangoTextLayout.h b/include/cru/platform/graphics/cairo/PangoTextLayout.h
index 270022ee..0ef900d0 100644
--- a/include/cru/platform/graphics/cairo/PangoTextLayout.h
+++ b/include/cru/platform/graphics/cairo/PangoTextLayout.h
@@ -1,8 +1,9 @@
#pragma once
-#include "../TextLayout.h"
-#include "CairoResource.h"
+#include "Base.h"
#include "PangoFont.h"
+#include <cru/platform/graphics/TextLayout.h>
+
#include <pango/pango.h>
namespace cru::platform::graphics::cairo {