Skip to content

Commit 6e0a5f1

Browse files
committed
Added missing include that sometimes causes build errors about INT64_MAX.
1 parent e3ccc96 commit 6e0a5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gnucash/gnome/dialog-sx-since-last-run.c

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <config.h>
3636
#include <glib.h>
3737
#include <gtk/gtk.h>
38+
#include <stdint.h>
3839

3940
#include "dialog-utils.h"
4041
#include "gnc-sx-instance-model.h"

0 commit comments

Comments
 (0)