diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-01 16:27:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-01 16:27:59 +0100 |
| commit | bb8def962ae0092238d2263c1a2335b0206c4dc4 (patch) | |
| tree | 2fda08b5c61d2b9508651dd495ec77c23becd953 /test | |
| parent | 4e5da9f3c71cb2fd4059eab5785602cf524457be (diff) | |
Move Rating out to a separate file.
Diffstat (limited to 'test')
| -rw-r--r-- | test/stream_operators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stream_operators.h b/test/stream_operators.h index 862de698..691e3daa 100644 --- a/test/stream_operators.h +++ b/test/stream_operators.h @@ -32,6 +32,7 @@ */ +#include "rating.h" #include "types.h" #include "verify.h" |
