mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2583 Add missing include
This commit is contained in:
parent
4f7291c95d
commit
ca36e0a7cc
@ -98,6 +98,11 @@
|
||||
#include <QMessageBox>
|
||||
#include <QTreeView>
|
||||
|
||||
|
||||
#ifndef WIN32
|
||||
#include <unistd.h> // for usleep
|
||||
#endif //WIN32
|
||||
|
||||
#ifdef USE_UNIT_TESTS
|
||||
#include "gtest/gtest.h"
|
||||
#endif // USE_UNIT_TESTS
|
||||
|
Loading…
Reference in New Issue
Block a user