Fix AUnit build

This commit is contained in:
hsaturn
2021-04-10 17:54:46 +02:00
parent ba6a96976a
commit 1e3b37623d

View File

@@ -4,6 +4,10 @@
#elif defined(ESP32)
#include <WiFi.h>
#include <AsyncTCP.h> // https://github.com/me-no-dev/AsyncTCP
#elif defined(EPOXY_DUINO)
#include <ESPAsyncTCP.h>
#else
#error "Unsupported platform"
#endif
#include <vector>
#include <set>