comparison base/BaseTypes.h @ 1528:a7485c1bdba5

Tests and a couple of minor fixes for zoom constraints
author Chris Cannam
date Tue, 18 Sep 2018 15:04:46 +0100
parents 48e9f538e6e9
children c1c45c5146bb
comparison
equal deleted inserted replaced
1526:8988b27ebf38 1528:a7485c1bdba5
10 published by the Free Software Foundation; either version 2 of the 10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file 11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information. 12 COPYING included with this distribution for more information.
13 */ 13 */
14 14
15 #ifndef BASE_TYPES_H 15 #ifndef SV_BASE_TYPES_H
16 #define BASE_TYPES_H 16 #define SV_BASE_TYPES_H
17 17
18 #include <cstdint> 18 #include <cstdint>
19 #include <complex> 19 #include <complex>
20 #include <vector> 20 #include <vector>
21 21