From 5637e653649692eb04fbec5c97e0fd427404c1dd Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 22 Feb 2019 00:44:40 -0800 Subject: VOM: De-template the ACL code. there's something going wrong with the dependency ordering. i have added hacks in the past, but these are not reliable across compiler versions. Change-Id: I34b4aae4c7ed7beaa424cd692ff34cba21ba802a Signed-off-by: Neale Ranns --- test/ext/vom_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index 26653940d2e..569bd8c1fd9 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -48,7 +48,8 @@ #include "vom/sub_interface_cmds.hpp" #include "vom/acl_ethertype.hpp" #include "vom/acl_ethertype_cmds.hpp" -#include "vom/acl_list.hpp" +#include "vom/acl_l2_list.hpp" +#include "vom/acl_l3_list.hpp" #include "vom/acl_binding.hpp" #include "vom/acl_list_cmds.hpp" #include "vom/acl_binding_cmds.hpp" -- cgit 1.2.3-korg