aboutsummaryrefslogtreecommitdiff
path: root/src/client/ios/exception_handler_no_mach.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ios/exception_handler_no_mach.cc')
-rw-r--r--src/client/ios/exception_handler_no_mach.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/ios/exception_handler_no_mach.cc b/src/client/ios/exception_handler_no_mach.cc
index 6bb41021..0b2182ea 100644
--- a/src/client/ios/exception_handler_no_mach.cc
+++ b/src/client/ios/exception_handler_no_mach.cc
@@ -26,6 +26,10 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <signal.h>
#include <TargetConditionals.h>