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