Header included twice
Posted: Mon Sep 29, 2014 11:40 am
Note that in the file: lib-srcFileDialogwinFileDialogPrivate.cpp the same file is #included on line 55 & 95:
Even though the capitalization is different, since this is Windows, this file include is one and the same.
Code: Select all
#include <shlobj.h>
[…]
#include <ShlObj.h>