mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-05 19:18:40 -04:00
fix win32 include on non win32
This commit is contained in:
parent
c465a5687d
commit
8c6eea44b8
@ -2,10 +2,11 @@
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <windows.h>
|
||||
|
||||
/// Timer Class, high resolution timer
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user