Fix build with catch2>=3.0.0

This commit is contained in:
llyyr
2022-10-16 19:21:43 +05:30
parent 5da45ece9d
commit 1db3c55b48
4 changed files with 13 additions and 12 deletions

View File

@ -2,7 +2,7 @@
#include <glibmm.h>
#include <catch2/catch.hpp>
#include <catch2/catch_all.hpp>
#include <thread>
#include <type_traits>