Merge pull request #6034

f7f7513 rpc: fix PRIx64 build error on some systems (moneromooo-monero)
This commit is contained in:
luigi1111 2019-10-25 20:45:27 -05:00
commit b408416e7e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <inttypes.h>
#include <cinttypes>
#include <stdlib.h>
#include <chrono>
#include "include_base_utils.h"