diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-02-23 14:45:36 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-02-23 14:45:36 +0000 |
commit | 7c1da4896fe216cad5337996e11e8023512dcc69 (patch) | |
tree | cc2d98dc6b60d7cbed32d005e13c4655c0d0633f /include/axolotl | |
parent | b2f865182d49d91288114695e402ccac5f5413fb (diff) |
Use stdout for reporting test success/failure
Diffstat (limited to 'include/axolotl')
-rw-r--r-- | include/axolotl/crypto.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axolotl/crypto.hh b/include/axolotl/crypto.hh index 3f7b71e..c8113c5 100644 --- a/include/axolotl/crypto.hh +++ b/include/axolotl/crypto.hh @@ -1,4 +1,5 @@ #include <cstdint> +#include <cstddef> namespace axolotl { |