Skip to content

Commit

Permalink
Update CesiumCreditsNode
Browse files Browse the repository at this point in the history
Linux errors out with:
/osgearth/src/osgEarthCesium/CesiumCreditsNode:30:1: note: ‘std::shared_ptr’ is defined in header ‘<memory>’; did you forget to ‘#include <memory>’?
  • Loading branch information
plevy authored Oct 22, 2024
1 parent 8e36fc3 commit f81bc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osgEarthCesium/CesiumCreditsNode
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <osg/View>
#include <osg/Texture2D>
#include <CesiumUtility/CreditSystem.h>
#include <memory>

namespace osgEarth {
namespace Cesium
Expand Down

0 comments on commit f81bc71

Please sign in to comment.