11 lines
185 B
Diff
11 lines
185 B
Diff
|
--- a/xbmc/filesystem/ZipManager.h.orig
|
||
|
+++ b/xbmc/filesystem/ZipManager.h
|
||
|
@@ -33,6 +33,7 @@
|
||
|
#include <string>
|
||
|
#include <vector>
|
||
|
#include <map>
|
||
|
+#include <stdint.h>
|
||
|
|
||
|
class CURL;
|
||
|
|