diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2016-08-16 11:20:43 +0900 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2016-08-16 11:20:43 +0900 |
commit | b83c6aaf97bcb2782dd8167c5bc343e887ef0aea (patch) | |
tree | 75ee8798b5c84568046555130b230763fd788bc4 | |
parent | 9dc2f48858287f62ea801f92c685391f7f161b18 (diff) | |
download | abc-b83c6aaf97bcb2782dd8167c5bc343e887ef0aea.tar.gz abc-b83c6aaf97bcb2782dd8167c5bc343e887ef0aea.tar.bz2 abc-b83c6aaf97bcb2782dd8167c5bc343e887ef0aea.zip |
Fix compiler problems by #including the header from FXCH package.
-rw-r--r-- | src/base/abci/abcFx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/abci/abcFx.c b/src/base/abci/abcFx.c index 81b3e802..60461a4a 100644 --- a/src/base/abci/abcFx.c +++ b/src/base/abci/abcFx.c @@ -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 |