mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 09:19:18 +02:00
fix build in compilers other than msvc: include shuffling
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
#include <string>
|
||||
#include <chrono>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
class motiontelemetry
|
||||
{
|
||||
public:
|
||||
@@ -35,4 +31,4 @@ public:
|
||||
motiontelemetry();
|
||||
~motiontelemetry();
|
||||
void update();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user