Skip to content

Commit 2be37fa

Browse files
committed
continue fixing Mac compilation errors
1 parent 2a41456 commit 2be37fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/third_party/mimetypes-qt4/io/qstandardpaths_mac.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@
4141

4242
#include "qstandardpaths.h"
4343
#include <QtCore/qdir.h>
44+
#include <QtCore/QVarLengthArray>
4445
//#include <private/qcore_mac_p.h>
4546

4647
#ifndef QT_BOOTSTRAPPED
4748
#include <QtCore/qcoreapplication.h>
4849
#endif
4950

5051
#include <ApplicationServices/ApplicationServices.h>
52+
#include <CoreFoundation/CoreFoundation.h>
5153

5254
QT_BEGIN_NAMESPACE
5355

0 commit comments

Comments
 (0)