Skip to content

Commit 2f78c5b

Browse files
authored
Merge pull request #4 from 0xc0170/fix_inttypes
Fix inttypes inclusion
2 parents 55380c6 + 1f65443 commit 2f78c5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
#ifndef __STDC_FORMAT_MACROS
18+
#define __STDC_FORMAT_MACROS
19+
#endif
1720

1821
#include "psa/crypto.h"
1922
#include <string.h>

0 commit comments

Comments
 (0)