/* osgCompute - Copyright (C) 2008-2009 SVT Group
*                                                                     
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*                                                                     
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of 
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesse General Public License for more details.
*
* The full license is in LICENSE file included with this distribution.
*/

#ifndef OSGCOMPUTE_COMPUTATIONBIN
#define OSGCOMPUTE_COMPUTATIONBIN 1

#include <osg/ref_ptr>
#include <osg/Object>
#include <osg/NodeVisitor>
#include <osgCompute/Export>
#include <osgCompute/Callback>
#include <osgCompute/Module>

namespace osg
{
    class RenderInfo;
}

namespace osgUtil
{
    class RenderLeaf;
}

namespace osgCompute
{
    class Computation;


}

#endif //OSGCOMPUTE_COMPUTATIONBIN
