Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
GeoModel
Commits
27b567ef
Commit
27b567ef
authored
1 year ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Patches
Plain Diff
Add missing include to fix macOS 13 build
parent
9c8700f2
No related branches found
No related tags found
1 merge request
!231
Fix the build of `GeoIntrusivePtr` on macOS 13
Pipeline
#6601148
passed
1 year ago
Stage: step-A
Stage: step-B
Stage: step-C
Stage: step-D
Stage: step-E
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoIntrusivePtr.h
+4
-1
4 additions, 1 deletion
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoIntrusivePtr.h
with
4 additions
and
1 deletion
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoIntrusivePtr.h
+
4
−
1
View file @
27b567ef
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment