ObjFW  Check-in [0169988a33]

Overview
Comment:Add missing #import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0169988a33464beb81243fd45f450431be63234f6a96a9fafc8604e6ad89138a
User & Date: js on 2022-11-16 23:09:01
Other Links: manifest | tags
Context
2022-11-17
14:14
Make OFRegisterEmbeddedFile() public check-in: 0e6774358c user: js tags: trunk
2022-11-16
23:09
Add missing #import check-in: 0169988a33 user: js tags: trunk
01:27
Add OFAssert() check-in: c86b8f10f0 user: js tags: trunk
Changes

Modified src/OFBlock.m from [0c18ed18b9] to [ab07b43024].

22
23
24
25
26
27
28

29
30
31
32
33
34
35
#import "OFBlock.h"
#ifdef OF_HAVE_ATOMIC_OPS
# import "OFAtomic.h"
#endif
#ifdef OF_HAVE_THREADS
# import "OFPlainMutex.h"
#endif


#import "OFAllocFailedException.h"
#import "OFInitializationFailedException.h"

#if defined(OF_OBJFW_RUNTIME)
# import "runtime/private.h"
#endif







>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#import "OFBlock.h"
#ifdef OF_HAVE_ATOMIC_OPS
# import "OFAtomic.h"
#endif
#ifdef OF_HAVE_THREADS
# import "OFPlainMutex.h"
#endif
#import "OFString.h"

#import "OFAllocFailedException.h"
#import "OFInitializationFailedException.h"

#if defined(OF_OBJFW_RUNTIME)
# import "runtime/private.h"
#endif