From: Dean M. B. <mik...@gm...> - 2010-11-30 16:19:03
|
On Wed, Dec 1, 2010 at 12:01 AM, Christoffer Mollenhoff <Mol...@in...> wrote: > Hi, > >> Are you building with CMake? > > No, I just created a simple project with the server example and added Boost and cpp-netlib to the list of include folders. > Ah, alright. That's good to know. You might want to check out the asynchronous HTTP server example and see whether that might be better for your use case. It is after all what's new in 0.8. :) >> It looks like there's a missing include here. Can you try adding: >> #include <boost/mpl/or.hpp> > > That took care of it. Thanks for the quick assistance! > No worries, I'm glad to be able to help. Glyn, do you think we need a 0.8.1 to address this? It might be something others might uncover as well. -- Dean Michael Berris deanberris.com |