aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/IMP.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/objc/execute/IMP.m')
-rw-r--r--gcc/testsuite/objc/execute/IMP.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/objc/execute/IMP.m b/gcc/testsuite/objc/execute/IMP.m
index 979aebb0158..99f61933926 100644
--- a/gcc/testsuite/objc/execute/IMP.m
+++ b/gcc/testsuite/objc/execute/IMP.m
@@ -2,6 +2,8 @@
#include <objc/objc.h>
#include <objc/objc-api.h>
+#include "next_mapping.h"
+
/* Test getting and calling the IMP of a method */
@interface TestClass