Skip to content

Commit

Permalink
Merge branch 'develop' into ConeVisibilityAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Mathur committed Apr 9, 2021
2 parents 909886a 7b25a41 commit 1d27392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/OpenFrames/Utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 21,7 @@
#ifndef _OF_UTILITIES_
#define _OF_UTILITIES_

#include <OpenFrames/Export.h>
#include <OpenThreads/Condition>
#include <OpenThreads/Mutex>
#include <osg/Matrixd>
Expand All @@ -40,7 41,7 @@ namespace OpenFrames {
/** Implements a reader-writer mutex that is biased towards writers.
Algorithm comes from https://github.com/angrave/SystemProgramming/wiki/Synchronization,-Part-7:-The-Reader-Writer-Problem
*/
class ReadWriteMutex
class OF_EXPORT ReadWriteMutex
{
public:
ReadWriteMutex()
Expand Down

0 comments on commit 1d27392

Please sign in to comment.