Updated header guard name
This commit is contained in:
parent
06b35ec693
commit
8853b01891
@ -1,5 +1,5 @@
|
|||||||
#ifndef THREADPOOL_H
|
#ifndef THREADPOOL_PTHREAD_H
|
||||||
#define THREADPOOL_H
|
#define THREADPOOL_PTHREAD_H
|
||||||
|
|
||||||
#include <queue>
|
#include <queue>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -86,4 +86,4 @@ std::string _to_string(T const& value)
|
|||||||
return sstr.str();
|
return sstr.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // THREADPOOL_H
|
#endif // THREADPOOL_PTHREAD_H
|
||||||
|
Loading…
Reference in New Issue
Block a user