Skip to content

Commit

Permalink
More potential fixes for macOS / libc++ builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jun 24, 2023
1 parent a1827cd commit b07f1e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Darwin"
},
"cacheVariables": {
"CMAKE_CXX_FLAGS": "-fexperimental-library"
}
},
{
Expand Down
2 changes: 2 additions & 0 deletions include/slang/util/SmallVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
#pragma once

#include <algorithm>
#include <limits>
#include <memory>
#include <span>
#include <utility>

#include "slang/util/BumpAllocator.h"
#include "slang/util/TypeTraits.h"
Expand Down

0 comments on commit b07f1e8

Please sign in to comment.