diff options
Diffstat (limited to 'Net.cpp')
-rw-r--r-- | Net.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ #include "Net.h" #include <iostream> +#include "prut.h" + void Net::setLevel(SignalLevel level){ this->level = level; - std::cout << this->size() << std::endl; this->notify(); } |