Fixing includes in test code

This commit is contained in:
Brad Davis 2015-07-31 17:46:47 -07:00
parent 1e44495f7c
commit 1712ab322f

View file

@ -8,10 +8,10 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <unordered_map>
#include <iostream>
#include <memory>
#include <mutex>
#include <unordered_map>
#include <QWindow>
#include <QtGlobal>