diff options
Diffstat (limited to 'libobjc/NXConstStr.m')
-rw-r--r-- | libobjc/NXConstStr.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/NXConstStr.m b/libobjc/NXConstStr.m index 92281f618f1..7ff553b58ed 100644 --- a/libobjc/NXConstStr.m +++ b/libobjc/NXConstStr.m @@ -23,6 +23,7 @@ a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ +#include "objc-private/common.h" #include "objc/NXConstStr.h" @implementation NXConstantString |