mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix macOS build
This commit is contained in:
parent
a8d6292d61
commit
c9476caebf
@ -25,6 +25,9 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <qa_utils/error_handlers.h>
|
||||
#ifdef __APPLE__
|
||||
#define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED
|
||||
#endif
|
||||
#include <boost/stacktrace.hpp>
|
||||
#include <boost/test/unit_test_monitor.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user