X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=17c05d704a83b9e570e661388ad08b15c5a46a0c;hb=932748db6dd2a7225c9f12bc34339fcb2f37c319;hp=dfecb04837a5ce4220047764e8457e505db2d888;hpb=f62654a6859998f9d63eb22702c572d5ebcff15c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index dfecb0483..17c05d704 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -111,3 +111,8 @@ typedef XLineContainer::iterator ContainerIter; /** An interator in an XLineLookup */ typedef XLineLookup::iterator LookupIter; + +namespace Stats +{ + class Context; +}