Add missing include for gcc
This commit is contained in:
parent
133b011124
commit
f0f54ba4f9
|
@ -38,6 +38,8 @@
|
||||||
#include <eda_rect.h>
|
#include <eda_rect.h>
|
||||||
#include <printout.h>
|
#include <printout.h>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace KIGFX {
|
namespace KIGFX {
|
||||||
class GAL;
|
class GAL;
|
||||||
class VIEW;
|
class VIEW;
|
||||||
|
|
Loading…
Reference in New Issue