g++ compile issue

This commit is contained in:
James Cherry 2019-06-30 22:44:00 -07:00
parent f34fc4162d
commit ed6ed7c74b
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -17,6 +17,7 @@
#ifndef STA_SDC_NETWORK_H
#define STA_SDC_NETWORK_H
#include <functional>
#include "DisallowCopyAssign.hh"
#include "Network.hh"