mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 14:37:06 +03:00
add include guard
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _VERSION_H
|
||||
#define _VERSION_H
|
||||
|
||||
// These variables are autogenerated and compiled
|
||||
// into the library by the version.cmake script
|
||||
extern "C"
|
||||
@@ -13,6 +16,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
// todo remove
|
||||
const char* GIT_BASE_BRANCH = "master - v11.3.0 - 2022-09-16";
|
||||
|
||||
|
||||
@@ -58,3 +62,5 @@ const char* getHTMLversion(void){
|
||||
|
||||
return _char_getHTMLversion;
|
||||
}
|
||||
|
||||
#endif // _VERSION_H
|
||||
Reference in New Issue
Block a user