From b3f389e441be4749369aef5c35c215f13c91db6c Mon Sep 17 00:00:00 2001 From: Peter Urban Date: Wed, 16 Oct 2024 16:17:01 +0200 Subject: [PATCH] added missing header and doc files --- src/themachinethatgoesping/tools/.docstrings/hashhelper.doc.hpp | 2 +- src/themachinethatgoesping/tools/.docstrings/helper.doc.hpp | 2 +- .../tools/classhelper/.docstrings/objectprinter.doc.hpp | 2 +- src/themachinethatgoesping/tools/helper.hpp | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/themachinethatgoesping/tools/.docstrings/hashhelper.doc.hpp b/src/themachinethatgoesping/tools/.docstrings/hashhelper.doc.hpp index 75ed739..590af3d 100644 --- a/src/themachinethatgoesping/tools/.docstrings/hashhelper.doc.hpp +++ b/src/themachinethatgoesping/tools/.docstrings/hashhelper.doc.hpp @@ -1,4 +1,4 @@ -//sourcehash: ff0a645e6b17cda8f06c412340fbcd7e24cb7d2833f0de66c017d5d311985ac2 +//sourcehash: 47f2d5c20564acc77792786b359158d00ed0f883cdf4208c0a83ccfe050c0940 /* This file contains docstrings for use in the Python bindings. diff --git a/src/themachinethatgoesping/tools/.docstrings/helper.doc.hpp b/src/themachinethatgoesping/tools/.docstrings/helper.doc.hpp index dd5ad53..9b4b75d 100644 --- a/src/themachinethatgoesping/tools/.docstrings/helper.doc.hpp +++ b/src/themachinethatgoesping/tools/.docstrings/helper.doc.hpp @@ -1,4 +1,4 @@ -//sourcehash: f5e9c22b2f262fbce8faf78a9aadabe639845a7c3a61a20e4e5168bead6f26da +//sourcehash: b27aeb68e23227dea59f7ebd5a91ab73dfc9e78f8d0f2b358db4230c3291be67 /* This file contains docstrings for use in the Python bindings. diff --git a/src/themachinethatgoesping/tools/classhelper/.docstrings/objectprinter.doc.hpp b/src/themachinethatgoesping/tools/classhelper/.docstrings/objectprinter.doc.hpp index d86015f..a6594a6 100644 --- a/src/themachinethatgoesping/tools/classhelper/.docstrings/objectprinter.doc.hpp +++ b/src/themachinethatgoesping/tools/classhelper/.docstrings/objectprinter.doc.hpp @@ -1,4 +1,4 @@ -//sourcehash: 18105462111687f1557bea5c759aceda513f742aec0d1de9a242a8282f85c57c +//sourcehash: a0cba1e6a72eb47c6b8b084bd7fd69b3bd12a4e7a514c9efe5fe97db099affa6 /* This file contains docstrings for use in the Python bindings. diff --git a/src/themachinethatgoesping/tools/helper.hpp b/src/themachinethatgoesping/tools/helper.hpp index eec5d06..51e8530 100644 --- a/src/themachinethatgoesping/tools/helper.hpp +++ b/src/themachinethatgoesping/tools/helper.hpp @@ -13,6 +13,7 @@ #include #include #include +#include #include "fast_float/fast_float.h"