mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Fix missing includes needed for Boost 1.46.
This commit is contained in:
parent
aa0c5e87e8
commit
926e14b362
5 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "strlcpy.h"
|
||||
#include <boost/program_options/detail/config_file.hpp>
|
||||
#include <boost/program_options/parsers.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include <boost/interprocess/sync/interprocess_mutex.hpp>
|
||||
#include <boost/interprocess/sync/interprocess_recursive_mutex.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue