rpc: fix PRIx64 build error on some systems

This commit is contained in:
moneromooo-monero 2019-10-26 00:05:21 +00:00
parent 7caa2b0d3e
commit f7f7513ec3
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
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"