changeset 7727:f1e6f65ddfeb

Cpp test: added stream.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Oct 2020 07:44:09 +0300
parents 559d19037984
children 485dba3e2a01
files src/misc/ngx_cpp_test_module.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/misc/ngx_cpp_test_module.cpp	Thu Oct 08 17:44:34 2020 +0300
+++ b/src/misc/ngx_cpp_test_module.cpp	Tue Oct 13 07:44:09 2020 +0300
@@ -14,6 +14,8 @@
   #include <ngx_mail_pop3_module.h>
   #include <ngx_mail_imap_module.h>
   #include <ngx_mail_smtp_module.h>
+
+  #include <ngx_stream.h>
 }
 
 // nginx header files should go before other, because they define 64-bit off_t