Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Mar 6, 2015
1 parent b9904f6 commit 95e1f26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/replay_recorder_base.cpp
@@ -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_()
Expand Down
2 changes: 2 additions & 0 deletions src/replay_recorder_base.hpp
Expand Up @@ -2,6 +2,8 @@
#include <cassert>
#include <boost/ptr_container/ptr_vector.hpp>

#include <config.hpp>

class config_writer;
class replay_recorder_base
{
Expand Down

0 comments on commit 95e1f26

Please sign in to comment.