From dbca656ff59c34b5da91a9443bfcf0c2c96f7607 Mon Sep 17 00:00:00 2001 From: Mira Grudzinska Date: Sun, 23 Apr 2023 01:30:28 +0200 Subject: [PATCH] tests capi: missing header added Because of this tests for SwCanvas were not performed. --- test/capi/capiSwCanvas.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/capi/capiSwCanvas.cpp b/test/capi/capiSwCanvas.cpp index af563fa8..3d8a122d 100644 --- a/test/capi/capiSwCanvas.cpp +++ b/test/capi/capiSwCanvas.cpp @@ -21,6 +21,7 @@ */ #include +#include "config.h" #include "../catch.hpp" #ifdef THORVG_SW_RASTER_SUPPORT