From c889e0414a3166114d3d000b4959f951441b3737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Tue, 29 Sep 2020 15:21:41 +0200 Subject: Added a missing include --- src/test/librarytest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/librarytest.cpp b/src/test/librarytest.cpp index 9d6a20eaa9..9157433769 100644 --- a/src/test/librarytest.cpp +++ b/src/test/librarytest.cpp @@ -1,5 +1,7 @@ #include "test/librarytest.h" +#include "track/track.h" + namespace { const bool kInMemoryDbConnection = true; -- cgit v1.2.3