Commit 97effb9
committed
Fix: Correct include path for StorageInternal in list_result_desktop.h
Changed the include from 'storage_internal_desktop.h' to
'storage_desktop.h' in list_result_desktop.h.
'storage_internal_desktop.h' does not exist; 'storage_desktop.h'
contains the definition for internal::StorageInternal, which is used by
ListResultInternal. This resolves the 'file not found' compilation error.1 parent 6ec0081 commit 97effb9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments