Skip to content

Commit

Permalink
Fix build on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec committed Jul 26, 2018
1 parent 73291a6 commit ab27e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions brayns/io/TransferFunctionLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <brayns/common/scene/Scene.h>

#include <fstream>
#include <sstream>

#include "TransferFunctionLoader.h"

Expand Down
2 changes: 2 additions & 0 deletions brayns/tasks/AddModelFromBlobTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <brayns/common/engine/Engine.h>
#include <brayns/common/scene/Scene.h>

#include <sstream>

namespace brayns
{
AddModelFromBlobTask::AddModelFromBlobTask(const BinaryParam& param,
Expand Down
3 changes: 0 additions & 3 deletions plugins/engines/ospray/ispc/render/utils/AbstractRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@

namespace brayns
{
struct Camera;
struct Model;

/**
* The AbstractRenderer class implements a base renderer for all Brayns custom
* implementations
Expand Down

0 comments on commit ab27e0f

Please sign in to comment.