From 8afeffedad0d7c3e63929f2e6a78f2e71aa1f773 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 11 Sep 2017 16:44:46 +0100 Subject: fix warning due to undefined bitmap structure --- desktop/browser_history.h | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/browser_history.h b/desktop/browser_history.h index d2021198c..9b6f1fd42 100644 --- a/desktop/browser_history.h +++ b/desktop/browser_history.h @@ -37,6 +37,7 @@ struct browser_window; struct history_entry; +struct bitmap; /** * Go back in the history. -- cgit v1.2.3