Skip to content

Commit

Permalink
Updated headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiaimo committed Jul 27, 2015
1 parent 1cfab65 commit 04ebf16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CaroloCup-CameraPlayback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@
#include <core/SharedPointer.h>
#include <core/base/Lock.h>
#include <core/data/Container.h>
#include <core/data/image/SharedImage.h>
#include <core/io/URL.h>
#include <core/wrapper/SharedMemory.h>
#include <core/wrapper/SharedMemoryFactory.h>
#include <tools/player/Player.h>

#include <GeneratedHeaders_CoreData.h>

using namespace std;

// We add some of OpenDaVINCI's namespaces for the sake of readability.
using namespace core;
using namespace core::base;
using namespace core::data;
using namespace core::data::image;
using namespace coredata::image;
using namespace core::io;
using namespace core::wrapper;
using namespace tools::player;
Expand Down

0 comments on commit 04ebf16

Please sign in to comment.