From 7c089a3ac6b049f4ae4c8fe84347387e564e9d4f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 16 May 2016 16:50:01 -0700 Subject: Factoring out library preprocessing code in &nf and putting it elsewhere. --- src/misc/vec/vec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc/vec/vec.h') diff --git a/src/misc/vec/vec.h b/src/misc/vec/vec.h index ec3a70b8..839acdc3 100644 --- a/src/misc/vec/vec.h +++ b/src/misc/vec/vec.h @@ -36,6 +36,8 @@ #include "vecAtt.h" #include "vecWrd.h" #include "vecBit.h" +#include "vecMem.h" +#include "vecWec.h" //////////////////////////////////////////////////////////////////////// /// MACRO DEFINITIONS /// -- cgit v1.2.3