1
0
Fork 0
forked from len0rd/rockbox

qeditor: fix include

Change-Id: Ie6013be29729267294c13fd4e86edad3904aa114
This commit is contained in:
Amaury Pouly 2014-05-01 22:59:44 +02:00
parent 17affb8085
commit 8d0d3cb6f5

View file

@ -9,7 +9,7 @@
#ifdef HAVE_HWSTUB
#include "hwstub.h"
#endif
#include "soc.h"
#include "soc_desc.hpp"
class IoBackend : public QObject
{