diff options
Diffstat (limited to 'apt-private/private-moo.h')
-rw-r--r-- | apt-private/private-moo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-private/private-moo.h b/apt-private/private-moo.h index b8e1cfed6..bc8b3e7dd 100644 --- a/apt-private/private-moo.h +++ b/apt-private/private-moo.h @@ -1,6 +1,8 @@ #ifndef APT_PRIVATE_MOO_H #define APT_PRIVATE_MOO_H +#include <apt-pkg/macros.h> + class CommandLine; APT_PUBLIC bool DoMoo(CommandLine &CmdL); |