3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Build fix for qprofdiff

This commit is contained in:
Christoph M. Wintersteiger 2017-04-07 17:57:49 +01:00
parent f3c990d356
commit 23f4a0c332

View file

@ -16,6 +16,7 @@ Author:
Revision History: Revision History:
--*/ --*/
#include<errno.h> #include<errno.h>
#include<limits.h>
#include<string> #include<string>
#include<iostream> #include<iostream>
@ -278,4 +279,4 @@ int main(int argc, char ** argv) {
diff(data1, data2); diff(data1, data2);
return 0; return 0;
} }