Skip to content
Snippets Groups Projects
Commit 27b567ef authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Add missing include to fix macOS 13 build

parent 9c8700f2
No related branches found
No related tags found
1 merge request!231Fix the build of `GeoIntrusivePtr` on macOS 13
Pipeline #6601148 passed
......@@ -3,8 +3,11 @@
*/
#ifndef GEOMODELKERNEL_GeoIntrusivePtr_H
#define GEOMODELKERNEL_GeoIntrusivePtr_H
#include <GeoModelKernel/RCBase.h>
#include <utility>
template<typename GeoType>
class GeoIntrusivePtr{
......@@ -81,4 +84,4 @@ class GeoIntrusivePtr{
GeoType* m_ptr{nullptr};
};
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment