diff options
Diffstat (limited to 'protocols/Twitter/theme.h')
-rw-r--r-- | protocols/Twitter/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Twitter/theme.h b/protocols/Twitter/theme.h index e74f5da2e3..fd331236fe 100644 --- a/protocols/Twitter/theme.h +++ b/protocols/Twitter/theme.h @@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
+#include "common.h"
+
void InitIcons(void);
HANDLE GetIconHandle(const char *name);
|