Skip to content

Commit

Permalink
Tweaking compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Feb 28, 2017
1 parent d351202 commit 8c826a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ project(FrameOfReference CXX C)
set(PROJECT_URL "https://github.com/lemire/FrameOfReference")
set(PROJECT_DESCRIPTION "C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference")

set(CMAKE_CXX_STANDARD 11)


# library target
Expand Down
3 changes: 2 additions & 1 deletion src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class WallClockTimer {
};

#ifndef _WIN32

#include <sys/time.h>
#include <sys/resource.h>
class CPUTimer {
public:
// clock_t t1, t2;
Expand Down

0 comments on commit 8c826a8

Please sign in to comment.