Skip to content

Commit

Permalink
Format macros missing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Jul 8, 2021
1 parent 6d34a4b commit b70157d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rangedialog.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "src/rangedialog.h"
#include "ui_rangedialog.h"

#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>

RangeDialog::RangeDialog(QWidget *parent, uint64_t smin, uint64_t smax)
Expand Down

0 comments on commit b70157d

Please sign in to comment.