Skip to content

Commit

Permalink
Check to make sure not just in C, to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 19, 2022
1 parent a8e8273 commit 0fe316f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/CAudioKitEX/include/AtomicDataPtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#ifndef AtomicData_hpp
#define AtomicData_hpp

#ifdef __cplusplus

#include <atomic>
#include <memory>
#include <vector>
Expand Down Expand Up @@ -80,4 +82,6 @@ class AtomicDataPtr {
}
};

#endif // __cplusplus

#endif /* AtomicData_hpp */

0 comments on commit 0fe316f

Please sign in to comment.