[go: nahoru, domu]

Skip to content

Commit

Permalink
Update shobjidl include (#817)
Browse files Browse the repository at this point in the history
The docs for the relevant interfaces say they are in _core.h, but
to include the non-_core header.
  • Loading branch information
stuartmorgan committed Nov 26, 2020
1 parent dc12db8 commit 040f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/file_chooser/windows/file_chooser_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
// limitations under the License.
#include "include/file_chooser/file_chooser_plugin.h"

#include <ShObjIdl_core.h>
#include <flutter/flutter_view.h>
#include <flutter/method_channel.h>
#include <flutter/plugin_registrar_windows.h>
#include <flutter/standard_method_codec.h>
#include <shobjidl.h>
#include <windows.h>

#include <codecvt>
Expand Down

0 comments on commit 040f36c

Please sign in to comment.