Merge pull request #634 from smuehlst/opj_aix_issue_633

Fix  #633.
This commit is contained in:
Matthieu Darbois 2015-10-15 13:14:58 +02:00
commit ee04854e1a
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "opj_includes.h"
#ifdef _WIN32
#include <windows.h>
#else
@ -36,7 +38,6 @@
#include <sys/resource.h>
#include <sys/times.h>
#endif /* _WIN32 */
#include "opj_includes.h"
OPJ_FLOAT64 opj_clock(void) {
#ifdef _WIN32