Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: windows build #231

Open
wants to merge 1 commit into
base: rta-alpha4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: windows build
  • Loading branch information
mbg033 committed Feb 19, 2019
commit 0bb4e428a3932a9fd10181f505707580fba6521a
2 changes: 1 addition & 1 deletion src/rpc/core_rpc_server_commands_defs.h
Original file line number Diff line number Diff line change
@@ -30,9 +30,9 @@

#pragma once
#include <boost/asio/ip/address_v4.hpp>
#include <boost/asio.hpp> // cross-platform way to include a header with 'ntohl'
#include <boost/date_time/posix_time/posix_time_types.hpp>

#include <netinet/in.h>

#include "cryptonote_protocol/cryptonote_protocol_defs.h"
#include "cryptonote_basic/cryptonote_basic.h"