diff options
Diffstat (limited to 'src/hashcomp.cpp')
-rw-r--r-- | src/hashcomp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index bfbabfde9..278ea0044 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -58,6 +58,7 @@ extern const char lowermap[255]; ******************************************************/ using namespace std; +using namespace irc::sockets; size_t nspace::hash<insp_inaddr>::operator()(const insp_inaddr &a) const { |