From 221020cd2a5041ebaf4a4e17ae446ae409dc8986 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 14 Feb 2011 10:05:15 +0100 Subject: [PATCH] Add missing forward declaration. --- file.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.52.0