Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Jun 12, 2016
1 parent 5873440 commit 216efb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packagetest/packagetest.cpp
Expand Up @@ -6,7 +6,7 @@

int _tmain(int argc, _TCHAR* argv[])
{
crc32c_unittest();
crc32c_hw_available();
return 0;
}

1 change: 1 addition & 0 deletions runtests/runtests.cpp
Expand Up @@ -3,6 +3,7 @@

#include "stdafx.h"
#include <random>
#include <algorithm>
#define NOMINMAX
#include <windows.h>

Expand Down

0 comments on commit 216efb4

Please sign in to comment.