From cbe0189caaf768dc3fbcdc5fbc5d8c66932b82d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 19 Apr 2002 19:44:43 +0000 Subject: [PATCH] include file changes [SVN r13535] --- test/switch_construct.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/switch_construct.cpp b/test/switch_construct.cpp index b94b6e2..4e3357b 100644 --- a/test/switch_construct.cpp +++ b/test/switch_construct.cpp @@ -5,7 +5,8 @@ #include "boost/lambda/lambda.hpp" -#include "boost/lambda/control_structures.hpp" +#include "boost/lambda/if.hpp" +#include "boost/lambda/switch.hpp" #include #include