1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:18:12 +00:00

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

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>