Add missing include for gcc
This commit is contained in:
parent
f0f54ba4f9
commit
1fd43b4dc2
|
@ -31,6 +31,9 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <eda_units.h>
|
#include <eda_units.h>
|
||||||
|
|
||||||
|
// Needed for stl hash extensions
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
class PROPERTY_BASE;
|
class PROPERTY_BASE;
|
||||||
class TYPE_CAST_BASE;
|
class TYPE_CAST_BASE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue