Changeset 6274 for geovis


Ignore:
Timestamp:
Apr 19, 2016 9:09:53 AM (8 years ago)
Author:
ldelgass
Message:

fix includes

Location:
geovis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Placard.h

    r6273 r6274  
    1414
    1515#ifdef NEW_ANNOTATION_API
     16#include <osgEarth/ScreenSpaceLayout>
    1617#include <osgEarthAnnotation/GeoPositionNode>
    1718#else
  • geovis/trunk/Renderer.cpp

    r6273 r6274  
    5151#include <osgEarth/ModelLayer>
    5252#include <osgEarth/DateTime>
    53 #include <osgEarth/Decluttering>
    5453#ifdef USE_RTT_PICKER
    5554#include <osgEarthUtil/RTTPicker>
     
    7170#include <osgEarthAnnotation/FeatureNode>
    7271#include <osgEarthAnnotation/PlaceNode>
    73 #ifndef NEW_ANNOTATION_API
     72#ifdef NEW_ANNOTATION_API
     73#include <osgEarth/ScreenSpaceLayout>
     74#else
     75#include <osgEarth/Decluttering>
    7476#include <osgEarthAnnotation/HighlightDecoration>
    7577#include <osgEarthAnnotation/ScaleDecoration>
Note: See TracChangeset for help on using the changeset viewer.