Commit da2cb4e8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update ocgcore/libdebug.cpp

include string.h header, it will be not included automatically under Linux/gcc, and cause an error.
parent 921022a2
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* Author: Argon * Author: Argon
*/ */
#include <string.h>
#include "scriptlib.h" #include "scriptlib.h"
#include "duel.h" #include "duel.h"
#include "field.h" #include "field.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment