From Norman Vine (with small tweaks by Robert Osfield), build fixes for Cygwin
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
#ifndef NEWTEXT_DEFAULTFONT_H
|
||||
#define NEWTEXT_DEFAULTFONT_H 1
|
||||
|
||||
#include <map>
|
||||
|
||||
#include <osg/ref_ptr>
|
||||
|
||||
#include <osgText/Font>
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace osgText {
|
||||
|
||||
class DefaultFont : public Font
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <osgText/String>
|
||||
|
||||
#include <osg/Math>
|
||||
#include <osg/Notify>
|
||||
#include <osg/Math>
|
||||
|
||||
using namespace osgText;
|
||||
|
||||
|
||||
@@ -12,11 +12,13 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <osg/GL>
|
||||
#include <vector>
|
||||
#include <osgText/Text>
|
||||
|
||||
#include <osg/Math>
|
||||
#include <osg/GL>
|
||||
#include <osgUtil/CullVisitor>
|
||||
#include <osgDB/ReadFile>
|
||||
#include <osgText/Text>
|
||||
|
||||
#include "DefaultFont.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user