including brand.h in file hg_scanner.h

This commit is contained in:
gb 2023-10-23 15:00:17 +08:00
parent d0a267adb4
commit ce05ef521e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#pragma once #pragma once
// hg_scanner is the base class of kinds of scanners // hg_scanner is the base class of kinds of scanners
// //
@ -31,6 +31,7 @@
#include <unistd.h> #include <unistd.h>
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
#include "../../../sdk/include/huagao/brand.h"
#ifndef WIN32 #ifndef WIN32