From ab31af569fb543f4b81fe30c3c37f6c957b09c48 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 28 Jun 2020 13:14:16 +0200 Subject: netlist: include file refactoring. The purpose of this ongoing exercise is to remove unnecessary dependencies in header files. netlist implementations should only have access to what they need. The same applies to device implementations. Core stuff will be moved to the core subdirectory going forward. --- src/lib/netlist/plib/ppreprocessor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/netlist/plib/ppreprocessor.cpp') diff --git a/src/lib/netlist/plib/ppreprocessor.cpp b/src/lib/netlist/plib/ppreprocessor.cpp index b563576c6a8..6c4faf88efa 100644 --- a/src/lib/netlist/plib/ppreprocessor.cpp +++ b/src/lib/netlist/plib/ppreprocessor.cpp @@ -5,6 +5,7 @@ #include "palloc.h" #include "pstonum.h" #include "putil.h" +#include "pstrutil.h" namespace plib { -- cgit v1.2.3-70-g09d2