diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-18 12:49:38 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-18 12:49:38 -0400 |
| commit | ced54c291906ae84fc5d51fd8140818139965277 (patch) | |
| tree | f65afe9052c2beb591352f4573a7220e7cc0356b /environment.h | |
| parent | df2e01c15e0ff44aaf60589095aba75669b110d7 (diff) | |
More file comments
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environment.h b/environment.h index c5acb57d..dc94df23 100644 --- a/environment.h +++ b/environment.h @@ -1,5 +1,7 @@ #pragma once +// Compilation environments + #include <gc/cord.h> #include "types.h" |
