Skip to content

Commit c592ca9

Browse files
author
Chrono Law
committed
threads in all.hpp
1 parent 435f9a2 commit c592ca9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ngxpp/NgxAll.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@
3636
#include "NgxDigest.hpp"
3737
#include "NgxTimer.hpp"
3838
#include "NgxVariable.hpp"
39+
//#include "NgxScript.hpp"
40+
41+
#include "NgxEvent.hpp"
42+
43+
#if (NGX_THREADS)
44+
#include "NgxThread.hpp"
45+
#endif //NGX_THREADS
3946

4047
#endif //_NGX_ALL_HPP

0 commit comments

Comments
 (0)