bugfix: missed #pragma once
This commit is contained in:
parent
312f7e58c7
commit
8e5040a505
7 changed files with 14 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "xo/alloc/Object.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Number.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Sequence.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Scalar.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "xo/alloc/Object.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Numeric.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
* author: Roland Conybeare, Aug 2025
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Collection.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue