summaryrefslogtreecommitdiff
path: root/CyteKit/TabBarController.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-30 11:29:52 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-30 11:29:52 -0700
commit3da96c8627821957923c9712b44e16dfc7bdc3de (patch)
treef5a1bdafb41302779092f7e9b70378ea687ddb27 /CyteKit/TabBarController.mm
parent6c9fe9af90066de7d36a1f221d714f0889fc328f (diff)
I thought I tested not needing this for rotation.
Diffstat (limited to 'CyteKit/TabBarController.mm')
-rw-r--r--CyteKit/TabBarController.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/TabBarController.mm b/CyteKit/TabBarController.mm
index c4a4629..401488a 100644
--- a/CyteKit/TabBarController.mm
+++ b/CyteKit/TabBarController.mm
@@ -114,4 +114,6 @@
}
}
+#include "InterfaceOrientation.h"
+
@end