mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-26 03:20:52 +00:00
std header guard in BEType.h (#8448)
This commit is contained in:
parent
0ad4e91001
commit
3d3c91d654
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef BETYPE_H_GUARD
|
||||
#define BETYPE_H_GUARD
|
||||
|
||||
#include "types.h"
|
||||
#include "util/endian.hpp"
|
||||
@ -505,3 +506,5 @@ struct fmt_unveil<se_t<T, Se, Align>, void>
|
||||
return fmt_unveil<T>::get(arg);
|
||||
}
|
||||
};
|
||||
|
||||
#endif // BETYPE_H_GUARD
|
||||
|
Loading…
Reference in New Issue
Block a user