diff options
Diffstat (limited to 'src/libcmd/markdown.hh')
-rw-r--r-- | src/libcmd/markdown.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcmd/markdown.hh b/src/libcmd/markdown.hh index 78320fcf5..a04d32a4f 100644 --- a/src/libcmd/markdown.hh +++ b/src/libcmd/markdown.hh @@ -1,3 +1,6 @@ +#pragma once +///@file + #include "types.hh" namespace nix { |