Browser: Add missing #pragma once in Tab.h

This commit is contained in:
Emanuele Torre 2020-04-29 06:01:31 +02:00 committed by Andreas Kling
parent 385dacce05
commit a220236cde
Notes: sideshowbarker 2024-07-19 07:12:02 +09:00

View file

@ -24,6 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#pragma once
#include "History.h"
#include <AK/URL.h>
#include <LibGUI/Widget.h>