Update dependencies

Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/2186/1
Change-Id: I598f1a6adccecd17977e8cd05a0d344bdd2fdff0
diff --git a/submodules/dependencies b/submodules/dependencies
index 5d6dc7d..a126728 160000
--- a/submodules/dependencies
+++ b/submodules/dependencies
@@ -1 +1 @@
-Subproject commit 5d6dc7dd8a4ccb09d3f2833d3bddf6ef19d94dc1
+Subproject commit a1267286d9d7d0a604866d47eb854127d3ca8547
diff --git a/tests/trompeloeil_doctest.h b/tests/trompeloeil_doctest.h
index 8ee4071..5546929 100644
--- a/tests/trompeloeil_doctest.h
+++ b/tests/trompeloeil_doctest.h
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <doctest/doctest.h>
+#include <doctest/trompeloeil.hpp>
 #include <trompeloeil.hpp>
 
 #define SECTION(name) DOCTEST_SUBCASE(name)