Commit e285f0e
committed
fix(port): add missing #include
Fix the following build error on newer Ubuntu:
```
src/quick-lint-js/port/thread-name.cpp:41:55: error: ‘uintptr_t’ in namespace ‘std’ does not name a type
41 | int rc = ::prctl(PR_SET_NAME, reinterpret_cast<std::uintptr_t>(new_name_cstr),
| ^~~~~~~~~
```1 parent fc41c01 commit e285f0e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments