compuphase/minIni

minGlue.h missing include guard

KestrelLuca opened this issue · 1 comments

Hello guys,
I've imported your repo as a submodule in my project and I've rewritten the minGlue.h.
Can you please add include guard around the minGlue.h?
Thanks

In the source files of your project, you should include minIni.h, not minGlue.h. The file minGlue.h is included by minIni.h, and minIni.h has an include guard.