diff options
author | Paul Adenot <[email protected]> | 2023-11-10 15:52:55 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2023-11-10 15:52:55 +0100 |
commit | 2f01da4a8a8aa55916ec3ac84aa7908665b12899 (patch) | |
tree | f25b4521f38da4acdf73ace60320dbe2d5934056 /test | |
parent | 63f69b99865582de7190d8d0c10414105b8d5905 (diff) | |
download | cubeb-2f01da4a8a8aa55916ec3ac84aa7908665b12899.tar.gz cubeb-2f01da4a8a8aa55916ec3ac84aa7908665b12899.zip |
Include gtest.h in test/common.h
Diffstat (limited to 'test')
-rw-r--r-- | test/common.h | 1 |
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> |