🧑‍💻 Added an extra header for the usleep function just to make really sure

main
Isabell Pflug 2 years ago
parent 8217c9b457
commit d0f29a3795

@ -2,6 +2,7 @@
#define MAINWINDOW_H
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <vector>
#include <QDebug>

Loading…
Cancel
Save