Skip to content

Commit

Permalink
Add include for std::atomic
Browse files Browse the repository at this point in the history
    * ACE/ace/Future.h:
  • Loading branch information
jwillemsen committed Jan 14, 2024
1 parent 6695073 commit 0af46b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACE/ace/Future.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include /**/ "ace/pre.h"

#include <atomic>
#include "ace/Unbounded_Set.h"
#include "ace/Strategies_T.h"

Expand Down

0 comments on commit 0af46b7

Please sign in to comment.