mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Workaround for Clang: move bless to its own header file
This commit is contained in:
parent
f1d9e89418
commit
373e502501
6 changed files with 27 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "util/types.hpp"
|
||||
#include "util/atomic.hpp"
|
||||
#include "util/asm.hpp"
|
||||
#include "util/bless.hpp"
|
||||
|
||||
//! Simple unshrinkable array base for concurrent access. Only growths automatically.
|
||||
//! There is no way to know the current size. The smaller index is, the faster it's accessed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue