Fix compiler problems by #including the header from FXCH package.

This commit is contained in:
Alan Mishchenko 2016-08-16 11:20:43 +09:00
parent 9dc2f48858
commit b83c6aaf97
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "misc/vec/vecWec.h"
#include "misc/vec/vecQue.h"
#include "misc/vec/vecHsh.h"
#include "opt/fxch/Fxch.h"
ABC_NAMESPACE_IMPL_START