Skip to content

Commit

Permalink
Fix header includes after refactoring
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703237773
  • Loading branch information
MediaPipe Team authored and copybara-github committed Dec 5, 2024
1 parent 6683244 commit f4f40e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mediapipe/framework/deps/file_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#ifdef _WIN32
#include <Windows.h>
#include <direct.h>

#include <codecvt>
#include <locale>
#else
#include <dirent.h>
#endif // _WIN32
Expand Down
2 changes: 2 additions & 0 deletions mediapipe/framework/deps/platform_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#ifndef MEDIAPIPE_DEPS_PLATFORM_STRINGS_H_
#define MEDIAPIPE_DEPS_PLATFORM_STRINGS_H_
#include <codecvt>
#include <locale>
#include <string>

namespace mediapipe {
Expand Down

0 comments on commit f4f40e5

Please sign in to comment.