mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2583 Add missing include
This commit is contained in:
@@ -98,6 +98,11 @@
|
|||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QTreeView>
|
#include <QTreeView>
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
|
#include <unistd.h> // for usleep
|
||||||
|
#endif //WIN32
|
||||||
|
|
||||||
#ifdef USE_UNIT_TESTS
|
#ifdef USE_UNIT_TESTS
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#endif // USE_UNIT_TESTS
|
#endif // USE_UNIT_TESTS
|
||||||
|
|||||||
Reference in New Issue
Block a user