diff --git a/uppdev/CondVar/CondVar.cpp b/uppdev/CondVar/CondVar.cpp index 55a89737e..d80470473 100644 --- a/uppdev/CondVar/CondVar.cpp +++ b/uppdev/CondVar/CondVar.cpp @@ -1,6 +1,7 @@ #include -namespace Upp { +using namespace Upp; +static StaticConditionVariable z; -}; +CONSOLE_APP_MAIN {} \ No newline at end of file