Skip to content

Commit

Permalink
Fix linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Nov 11, 2023
1 parent c96b6ff commit ec87550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/relay/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
#include "base/scoped_logging.h"
#include "base/files/base_paths.h"
#include "build/version.h"
#include "relay/service.h"
#include "relay/settings.h"

#if defined(OS_WIN)
#include "base/win/mini_dump_writer.h"
#include "relay/service.h"
#include "relay/win/service_util.h"
#else
#include "base/crypto/scoped_crypto_initializer.h"
Expand Down
2 changes: 1 addition & 1 deletion source/router/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#include "build/version.h"
#include "router/database_factory_sqlite.h"
#include "router/database.h"
#include "router/service.h"
#include "router/settings.h"

#if defined(OS_WIN)
#include "base/win/mini_dump_writer.h"
#include "router/service.h"
#include "router/win/service_util.h"
#else
#include "base/crypto/scoped_crypto_initializer.h"
Expand Down

0 comments on commit ec87550

Please sign in to comment.