simulator: add missing stdc++ include to CAN HAL LLD (#4795)

for std::remove -- GCC 12 exposes this issue
This commit is contained in:
Nathan Schulte 2022-11-18 08:27:54 -06:00 committed by GitHub
parent cb2477be6c
commit 894b849e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <net/if.h>
#include <sys/ioctl.h>
#include <algorithm>
#include <cstring>
#include <queue>