Skip to content

Commit f1d45e5

Browse files
committed
fix stdio include
1 parent 2dd82a5 commit f1d45e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
* file for the full license terms.
99
*/
1010

11-
#include <stdio.h>
12-
1311
#include <algorithm>
1412
#include <cctype>
13+
#include <cstdio>
1514
#include <cstring>
1615

1716
#include "AT24CM02.h"

0 commit comments

Comments
 (0)