AutoCounter: Add cinttypes to autocounter.h for format specifier bug (#1304)

This commit is contained in:
David Biancolin 2022-11-17 08:21:18 -08:00 committed by GitHub
parent 5ca41c33c6
commit 81ede47417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "autocounter.h"
#include <cinttypes>
#include <iostream>
#include <limits.h>
#include <regex>