Skip to content

Commit

Permalink
fix build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
namchuai committed Nov 7, 2024
1 parent 38233d8 commit 229be62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engine/cli/commands/config_get_cmd.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#include "config_get_cmd.h"
#include <tabulate/table.hpp>
#include "commands/server_start_cmd.h"
#include "utils/curl_utils.h"
#include "utils/logging_utils.h"
#include "utils/url_parser.h"
// clang-format off
#include <tabulate/table.hpp>
// clang-format on

void commands::ConfigGetCmd::Exec(const std::string& host, int port) {
// Start server if server is not started yet
Expand Down

0 comments on commit 229be62

Please sign in to comment.