diff options
Diffstat (limited to 'xdelta3/testing/test.h')
-rw-r--r-- | xdelta3/testing/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xdelta3/testing/test.h b/xdelta3/testing/test.h index 74767fd..4d2dc8a 100644 --- a/xdelta3/testing/test.h +++ b/xdelta3/testing/test.h | |||
@@ -59,3 +59,7 @@ using regtest::Modify1stByte; | |||
59 | 59 | ||
60 | #include "cmp.h" | 60 | #include "cmp.h" |
61 | using regtest::CmpDifferentBytes; | 61 | using regtest::CmpDifferentBytes; |
62 | |||
63 | #include "sizes.h" | ||
64 | using regtest::SizeIterator; | ||
65 | using regtest::SmallSizes; | ||