Skip to content

Commit 9ec658a

Browse files
authored
Initial commit. (#162)
1 parent 913639c commit 9ec658a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Memory.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ using namespace celero;
5858

5959
#ifdef _WIN32
6060
#else
61+
62+
#ifndef __APPLE__
6163
constexpr int64_t Kilobytes2Bytes{1024};
64+
#endif
6265

6366
namespace celero
6467
{

0 commit comments

Comments
 (0)