diff options
| author | Clifford Wolf <clifford@clifford.at> | 2014-10-17 14:01:47 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2014-10-17 14:01:47 +0200 |
| commit | 468ae923748a01b2763bafa3cf5fba883fe06479 (patch) | |
| tree | f80cf488e9a2f07592c2444b853d0c53edce7a20 /libs | |
| parent | 973d37673377c3ddba8020e718e4cd6174379175 (diff) | |
| download | yosys-468ae923748a01b2763bafa3cf5fba883fe06479.tar.gz yosys-468ae923748a01b2763bafa3cf5fba883fe06479.tar.bz2 yosys-468ae923748a01b2763bafa3cf5fba883fe06479.zip | |
Various win32 / vs build fixes
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/ezsat/ezsat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ezsat/ezsat.h b/libs/ezsat/ezsat.h index cac6ff0f7..5c8c1ed0c 100644 --- a/libs/ezsat/ezsat.h +++ b/libs/ezsat/ezsat.h @@ -25,6 +25,7 @@ #include <vector> #include <string> #include <stdio.h> +#include <stdint.h> class ezSAT { |
