aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2023-11-10 15:52:55 +0100
committerPaul Adenot <[email protected]>2023-11-10 15:52:55 +0100
commit2f01da4a8a8aa55916ec3ac84aa7908665b12899 (patch)
treef25b4521f38da4acdf73ace60320dbe2d5934056
parent63f69b99865582de7190d8d0c10414105b8d5905 (diff)
downloadcubeb-2f01da4a8a8aa55916ec3ac84aa7908665b12899.tar.gz
cubeb-2f01da4a8a8aa55916ec3ac84aa7908665b12899.zip
Include gtest.h in test/common.h
-rw-r--r--test/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common.h b/test/common.h
index fb97364..6b06f9f 100644
--- a/test/common.h
+++ b/test/common.h
@@ -19,6 +19,7 @@
#include "cubeb/cubeb.h"
#include "cubeb_mixer.h"
+#include "gtest/gtest.h"
#include <cstdarg>
#include <cstdio>
#include <cstring>