summaryrefslogtreecommitdiffstats
path: root/src/base
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-08-16 11:20:43 +0900
committerAlan Mishchenko <alanmi@berkeley.edu>2016-08-16 11:20:43 +0900
commitb83c6aaf97bcb2782dd8167c5bc343e887ef0aea (patch)
tree75ee8798b5c84568046555130b230763fd788bc4 /src/base
parent9dc2f48858287f62ea801f92c685391f7f161b18 (diff)
downloadabc-b83c6aaf97bcb2782dd8167c5bc343e887ef0aea.tar.gz
abc-b83c6aaf97bcb2782dd8167c5bc343e887ef0aea.tar.bz2
abc-b83c6aaf97bcb2782dd8167c5bc343e887ef0aea.zip
Fix compiler problems by #including the header from FXCH package.
Diffstat (limited to 'src/base')
-rw-r--r--src/base/abci/abcFx.c1
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