fix compilation
This commit is contained in:
parent
b9904f6557
commit
95e1f26c5c
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
#include "replay_recorder_base.hpp"
|
||||
#include "serialization\binary_or_text.hpp"
|
||||
#include "serialization/binary_or_text.hpp"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
replay_recorder_base::replay_recorder_base(void)
|
||||
: upload_log_()
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#include <cassert>
|
||||
#include <boost/ptr_container/ptr_vector.hpp>
|
||||
|
||||
#include <config.hpp>
|
||||
|
||||
class config_writer;
|
||||
class replay_recorder_base
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue