mirror of
https://github.com/termux/termux-packages.git
synced 2025-11-01 17:18:53 +00:00
12 lines
459 B
Diff
12 lines
459 B
Diff
--- a/electron/shell/app/electron_main_delegate.cc
|
|
+++ b/electron/shell/app/electron_main_delegate.cc
|
|
@@ -19,7 +19,7 @@
|
|
#include "base/logging.h"
|
|
#include "base/path_service.h"
|
|
#include "base/strings/cstring_view.h"
|
|
-#include "base/strings/string_number_conversions.cc"
|
|
+#include "base/strings/string_number_conversions.h"
|
|
#include "base/strings/string_util_internal.h"
|
|
#include "chrome/common/chrome_paths.h"
|
|
#include "chrome/common/chrome_switches.h"
|