diff options
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index a898694..8bc6e3d 100644 --- a/test/test.h +++ b/test/test.h @@ -19,4 +19,8 @@ #include <string> +using std::string; + +extern string private_test; + void check_text (std::string a, std::string b); |
