Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion includes/std/attrs.pat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

import std.io;
import std.core;

Expand Down Expand Up @@ -67,4 +69,4 @@ namespace auto std::attr {
struct Sealed {}
[[sealed]];

}
}
1 change: 1 addition & 0 deletions includes/type/base64.pat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once
import std.io;
import std.string;
import std.mem;
Expand Down
4 changes: 3 additions & 1 deletion includes/type/magic.pat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

import std.string;
import std.sys;
import std.io;
Expand Down Expand Up @@ -42,4 +44,4 @@ namespace auto type
return std::format("\"{}\"", type::escape_bytes(magic.value));
};
}
}
}
2 changes: 2 additions & 0 deletions includes/type/path.pat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

import std.mem;

/*!
Expand Down
4 changes: 3 additions & 1 deletion includes/type/size.pat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

import std.io;

/*!
Expand Down Expand Up @@ -69,4 +71,4 @@ namespace auto type {

}

}
}