diff options
Diffstat (limited to 'xbmc/utils/test/TestStreamUtils.cpp')
-rw-r--r-- | xbmc/utils/test/TestStreamUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/utils/test/TestStreamUtils.cpp b/xbmc/utils/test/TestStreamUtils.cpp index c0dc8cfeb5..e23f958343 100644 --- a/xbmc/utils/test/TestStreamUtils.cpp +++ b/xbmc/utils/test/TestStreamUtils.cpp @@ -8,7 +8,7 @@ #include "utils/StreamUtils.h" -#include "gtest/gtest.h" +#include <gtest/gtest.h> TEST(TestStreamUtils, General) { |