All checks were successful
Linux arm64 / Build (push) Successful in 15s
Reviewed-on: #12 Co-authored-by: Persson-dev <sim16.prib@gmail.com> Co-committed-by: Persson-dev <sim16.prib@gmail.com>
9 lines
184 B
C
9 lines
184 B
C
#pragma once
|
|
|
|
#if __has_include(<sp/extensions/Compress.h>)
|
|
#include <sp/extensions/Compress.h>
|
|
#endif
|
|
|
|
#if __has_include(<sp/extensions/Tcp.h>)
|
|
#include <sp/extensions/Tcp.h>
|
|
#endif |