Add a missing include.

Also moved another include inside the include guards.
This commit is contained in:
Mark de Wever 2010-07-21 21:28:48 +00:00
parent aed8edf30b
commit cf60475372

View file

@ -30,11 +30,13 @@
*
*/
#include "buffers.hpp"
#ifndef ANA_TIMERS_HPP
#define ANA_TIMERS_HPP
#include "buffers.hpp"
#include <boost/bind.hpp>
#ifndef ANA_DETAIL_INTERNAL_HPP
#error "Private file, do not include directly."
#endif