Browse Source

Fix GCC build error on Linux.

7.0
Wayne Stambaugh 4 years ago
parent
commit
eec528ae48
  1. 1
      pcbnew/drc/drc_engine.cpp
  2. 1
      pcbnew/drc/drc_test_provider_disallow.cpp
  3. 1
      pcbnew/drc/drc_test_provider_sliver_checker.cpp

1
pcbnew/drc/drc_engine.cpp

@ -23,6 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <atomic>
#include <thread>
#include <reporter.h>
#include <progress_reporter.h>

1
pcbnew/drc/drc_test_provider_disallow.cpp

@ -21,6 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <atomic>
#include <thread>
#include <common.h>
#include <board_design_settings.h>

1
pcbnew/drc/drc_test_provider_sliver_checker.cpp

@ -21,6 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <atomic>
#include <thread>
#include <board.h>
#include <board_design_settings.h>

Loading…
Cancel
Save