mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix travis failure.
Linux needs stdint.h for INT64_MAX.
This commit is contained in:
parent
710b122b24
commit
73d193606e
@ -42,6 +42,7 @@
|
||||
#include <glib/gi18n.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "Account.h"
|
||||
#include "AccountP.h"
|
||||
|
Loading…
Reference in New Issue
Block a user