blob: 48614eccf7259e41f7bc46c7563e04e55b9dbd15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- xbmc/utils/StringUtils.cpp.orig 2022-05-22 09:59:08 UTC
+++ xbmc/utils/StringUtils.cpp
@@ -17,7 +17,7 @@
//------------------------------------------------------------------------
#ifdef HAVE_NEW_CROSSGUID
-#include <crossguid/guid.hpp>
+#include <guid.hpp>
#else
#include <guid.h>
#endif
|