-
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrCore/Crypto/xr_dsa_signer: Ported to stdlib.
- Loading branch information
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8ce16d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to include ctime :( Added it in #87
8ce16d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. Builds for me: https://travis-ci.org/Kaffeine/xray-16/builds/91322969
We have follow include hierarchy:
xr_dsa_signer includes stdafx.h, which includes xrCore.h, which includes Lock.hpp, which uses mutex, which includes chrono (for std::timed_mutex), which includes ctime for system_clock definition.
8ce16d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
won't build for me :(
Checked hierarchy: the problem is that the chrono does not include ctime. (at least for me) I'm using VS 2015 RC1