repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
luminancehdr
/
trunk
/
fix-headers.patch
blob
a12a42beddb423143c06682ea5ec31d4fb337a4b
1
diff --git a/src/Common/init_fftw.h b/src/Common/init_fftw.h
2
index af2fc02c..a4aad47f 100644
3
--- a/src/Common/init_fftw.h
4
+++ b/src/Common/init_fftw.h
5
@@ -22,7 +22,7 @@
6
#ifndef INIT_FFTW_H
7
#define INIT_FFTW_H
8
9
-#include <boost/thread/mutex.hpp>
10
+#include <mutex>
11
12
class FFTW_MUTEX {
13
public: