Skip to content

Commit

Permalink
threads in all.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrono Law committed Nov 16, 2015
1 parent 435f9a2 commit c592ca9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ngxpp/NgxAll.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,12 @@
#include "NgxDigest.hpp"
#include "NgxTimer.hpp"
#include "NgxVariable.hpp"
//#include "NgxScript.hpp"

#include "NgxEvent.hpp"

#if (NGX_THREADS)
#include "NgxThread.hpp"
#endif //NGX_THREADS

#endif //_NGX_ALL_HPP

0 comments on commit c592ca9

Please sign in to comment.