Commit d6905544 authored by Alfredo Pons Menargues's avatar Alfredo Pons Menargues Committed by GitHub

Merge pull request #1 from tzolkincz/master

add safeguard
parents 262a0183 f802d88e
......@@ -15,7 +15,9 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SAFEQUEUE_HPP_
#define SAFEQUEUE_HPP_
#include <queue>
#include <list>
#include <mutex>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment