Added threads to pch

multi_plaform
ambigipathyv ago%!(EXTRA string=1 year)
parent c5dfce8c15
commit 283252b607
  1. 1
      bakanet/src/bakanetpch.h

@ -11,6 +11,7 @@
#include <string>
#include <unordered_map>
#include <functional>
#include <thread>
#define log(str) std::cout << str << "\n";
#define input(ref) std::cin >> ref;

Loading…
Cancel
Save