diff options
Diffstat (limited to 'Cydia/LoadingView.mm')
-rw-r--r-- | Cydia/LoadingView.mm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cydia/LoadingView.mm b/Cydia/LoadingView.mm index 715b16f..4b54faa 100644 --- a/Cydia/LoadingView.mm +++ b/Cydia/LoadingView.mm @@ -19,9 +19,11 @@ **/ /* }}} */ -#include "Cydia/LoadingView.h" +#include "CyteKit/UCPlatform.h" #include "CyteKit/Localize.h" +#include "Cydia/LoadingView.h" + @implementation CydiaLoadingView - (id) initWithFrame:(CGRect)frame { |