1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

import stdio instead of string

This commit is contained in:
2019-10-01 23:26:19 +10:00
parent 3fafdfd3f4
commit 172174c837

View File

@@ -18,7 +18,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include <string>
#include <stdio.h>
#include <vector>
#include <cstdint>