g++ compile issue
This commit is contained in:
parent
f34fc4162d
commit
ed6ed7c74b
|
|
@ -14,7 +14,6 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include <functional>
|
||||
#include "Machine.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "PatternMatch.hh"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#ifndef STA_SDC_NETWORK_H
|
||||
#define STA_SDC_NETWORK_H
|
||||
|
||||
#include <functional>
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Network.hh"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue