21 lines
600 B
Diff
21 lines
600 B
Diff
|
--- src/cpp/core/HtmlUtils.cpp 2021-02-11 00:26:02.000000000 +0100
|
||
|
+++ - 2021-05-30 15:22:51.562342921 +0200
|
||
|
@@ -17,6 +17,7 @@
|
||
|
|
||
|
#include <core/system/System.hpp>
|
||
|
|
||
|
+#include <boost/bind/bind.hpp>
|
||
|
#include <boost/format.hpp>
|
||
|
#include <boost/algorithm/string/predicate.hpp>
|
||
|
|
||
|
--- src/cpp/core/file_lock/FileLock.cpp 2021-02-11 00:26:02.000000000 +0100
|
||
|
+++ - 2021-05-30 15:31:26.292309685 +0200
|
||
|
@@ -26,6 +26,7 @@
|
||
|
#include <core/system/Environment.hpp>
|
||
|
#include <core/system/Xdg.hpp>
|
||
|
|
||
|
+#include <boost/bind/bind.hpp>
|
||
|
#include <boost/algorithm/string.hpp>
|
||
|
|
||
|
// borrowed from SessionConstants.hpp
|