Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update GitHub Actions #12

Merged
merged 15 commits into from
Apr 1, 2024
Prev Previous commit
Next Next commit
fix formatting
stephprince committed Apr 1, 2024
commit 0615a31e8a6c994d4334e0cc766191f5c23cb039
2 changes: 1 addition & 1 deletion src/BaseIO.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#include <cstdint>
#include <string>
#include <vector>
#include <cstdint>

#define DEFAULT_STR_SIZE 256
#define DEFAULT_ARRAY_SIZE 1