bugfix: missed #pragma once

This commit is contained in:
Roland Conybeare 2025-08-12 00:15:03 -05:00
commit 8e5040a505
7 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "xo/alloc/Object.hpp"
namespace xo {

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "Number.hpp"
namespace xo {

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "Sequence.hpp"
namespace xo {

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "Scalar.hpp"
namespace xo {

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "xo/alloc/Object.hpp"
namespace xo {

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "Numeric.hpp"
namespace xo {

View file

@ -3,6 +3,8 @@
* author: Roland Conybeare, Aug 2025
*/
#pragma once
#include "Collection.hpp"
namespace xo {