diff options
Diffstat (limited to '')
-rw-r--r-- | src/AllCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx index acd7d263e..e02e6df15 100644 --- a/src/AllCommands.cxx +++ b/src/AllCommands.cxx @@ -28,7 +28,7 @@ #include "MessageCommands.hxx" #include "OtherCommands.hxx" #include "Permission.hxx" -#include "Tag.hxx" +#include "tag/TagType.h" #include "protocol/Result.hxx" #include "Client.hxx" #include "util/Tokenizer.hxx" |