mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
unit tests: include boost/optional/optional_io.hpp for I/O operators
This should fix linking problems with newer versions of gcc and Boost. See #1284.
This commit is contained in:
parent
8b8f4b31be
commit
01438d7ae4
@ -1,5 +1,7 @@
|
||||
#include "common/common_pch.h"
|
||||
|
||||
#include <boost/optional/optional_io.hpp>
|
||||
|
||||
#include "common/list_utils.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
Loading…
Reference in New Issue
Block a user