Skip to content

Commit 31ac68b

Browse files
bilelmoussaouisdroege
authored andcommitted
glib/win32: Add missing imports
1 parent b65cddc commit 31ac68b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glib-win32/src/functions.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
2+
use glib::translate::*;
3+
use std::path::PathBuf;
24

35
#[doc(alias = "g_win32_get_package_installation_directory_of_module")]
46
#[doc(alias = "get_package_installation_directory_of_module")]

0 commit comments

Comments
 (0)