forked from qt-creator/qt-creator
Fix macOS build
std::srand was not existing maybe an issue with older SDKs. Change-Id: Icd1af82d6e698da9f814ed0d96a839f46272c661 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
#include <QMenu>
|
||||
#include <QUuid>
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace Core;
|
||||
using namespace Core::Internal;
|
||||
using namespace Utils;
|
||||
|
||||
Reference in New Issue
Block a user