Skip to content

Commit

Permalink
Merge pull request #53 from linqiaozhi/master
Browse files Browse the repository at this point in the history
Added <functional> to parallel_for
  • Loading branch information
linqiaozhi committed Oct 16, 2018
2 parents 4c9e3f3 + ff404fd commit 4dd27e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parallel_for.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef PARALLEL_FOR_H
#define PARALLEL_FOR_H
#include<algorithm>
#include <functional>
#include <thread>
#include <vector>
#if defined(_OPENMP)
Expand Down

0 comments on commit 4dd27e0

Please sign in to comment.