diff options
author | 2016-08-06 04:36:13 +0200 | |
---|---|---|
committer | 2016-08-06 19:22:28 +0200 | |
commit | 20a584b348c0e54a80f6fc6d3041788396e930ff (patch) | |
tree | 22470978647c9887820634b6935722b60b29f2df /src/lib/netlist/plib/pstate.cpp | |
parent | 4cf6ac6cfd6b07f6768bca42d188609961e5524f (diff) |
Various netlist fixes:
- minor include cleanup
- fix a memory hole (caused by assign operators)
- more C++.
Diffstat (limited to 'src/lib/netlist/plib/pstate.cpp')
-rw-r--r-- | src/lib/netlist/plib/pstate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/plib/pstate.cpp b/src/lib/netlist/plib/pstate.cpp index 61535acac09..ddfe0a37bc8 100644 --- a/src/lib/netlist/plib/pstate.cpp +++ b/src/lib/netlist/plib/pstate.cpp @@ -6,6 +6,7 @@ */ #include "pstate.h" +#include "palloc.h" namespace plib { state_manager_t::state_manager_t() |