Commit f49d0357 authored by Don Gagne's avatar Don Gagne

Add missing headers

parent e0215a70
......@@ -113,6 +113,12 @@
#include "OpalLink.h"
#endif
#ifdef Q_OS_LINUX
#ifndef __mobile__
#include <unistd.h>
#include <sys/types.h>
#endif
#endif
QGCApplication* QGCApplication::_app = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment