Skip to content

Commit 325e1c3

Browse files
committed
Add missing using statement
1 parent 92a2a61 commit 325e1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.WinForms.Example/Handlers/GeolocationHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
using System;
66
using System.Windows.Forms;
7+
using CefSharp.WinForms.Internals;
78

89
namespace CefSharp.WinForms.Example.Handlers
910
{

0 commit comments

Comments
 (0)