diff options
Diffstat (limited to 'base/stats/mysql.hh')
-rw-r--r-- | base/stats/mysql.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/stats/mysql.hh b/base/stats/mysql.hh index 4671b89dd..5780009d7 100644 --- a/base/stats/mysql.hh +++ b/base/stats/mysql.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,6 +34,7 @@ #include "base/stats/output.hh" +namespace MySQL { class Connection; } namespace Stats { class DistDataData; |