This commit is contained in:
zhouhuang 2024-12-05 11:28:59 +08:00
parent 1c0051e4da
commit 3d72b2af4a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#if defined(USE_TWINCAT_ROUTER)
#include "TwinCAT/AdsDef.h"
#else
#include "standalone/AdsDef.h"
#include "Standalone/AdsDef.h"
#endif
#include <iosfwd>

View File

@ -8,7 +8,7 @@
#if defined(USE_TWINCAT_ROUTER)
#include "TwinCAT/AdsLib.h"
#else
#include "standalone/AdsLib.h"
#include "Standalone/AdsLib.h"
#endif
#include "Sockets.h"