mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
std header guard in BEType.h (#8448)
This commit is contained in:
parent
0ad4e91001
commit
3d3c91d654
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#pragma once
|
#ifndef BETYPE_H_GUARD
|
||||||
|
#define BETYPE_H_GUARD
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "util/endian.hpp"
|
#include "util/endian.hpp"
|
||||||
|
@ -505,3 +506,5 @@ struct fmt_unveil<se_t<T, Se, Align>, void>
|
||||||
return fmt_unveil<T>::get(arg);
|
return fmt_unveil<T>::get(arg);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // BETYPE_H_GUARD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue