From: APTX Date: Mon, 14 Feb 2011 09:05:15 +0000 (+0100) Subject: Add missing forward declaration. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=221020cd2a5041ebaf4a4e17ae446ae409dc8986;p=anidbudpclient.git Add missing forward declaration. --- diff --git a/file.h b/file.h index f97d7c0..2d7f1fd 100644 --- a/file.h +++ b/file.h @@ -12,6 +12,7 @@ namespace AniDBUdpClient { +class ClientInterface; class FileCommand; class MyListCommand; class HashResult;