Browse Source

Browser: Add missing `#pragma once` in Tab.h

Emanuele Torre 5 years ago
parent
commit
a220236cde
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Applications/Browser/Tab.h

+ 2 - 0
Applications/Browser/Tab.h

@@ -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>