commit 3d0d31c5941e3156e9cdcbcfa59655737a1391de
parent 772e4f5ae8e21ff2d13f5e5633436fbd283e00bc
Author: falkTX <falktx@falktx.com>
Date: Fri, 17 Jun 2022 21:27:31 +0100
Fix cairo include
Fixes #373
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dgl/Cairo.hpp b/dgl/Cairo.hpp
@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
- * Copyright (C) 2012-2021 Filipe Coelho <falktx@falktx.com>
+ * Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this
@@ -20,7 +20,7 @@
#include "ImageBase.hpp"
#include "ImageBaseWidgets.hpp"
-#include <cairo/cairo.h>
+#include <cairo.h>
START_NAMESPACE_DGL