Add a missing include.
Also moved another include inside the include guards.
This commit is contained in:
parent
aed8edf30b
commit
cf60475372
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue