A32/decoder: Add missing <algorithm> includes

These includes should be present, as we use std::find_if() within these headers.
This commit is contained in:
Lioncash 2018-09-03 08:17:20 -04:00 committed by Merry
parent 0435ac2d80
commit a0c587ac1a
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include <algorithm>
#include <vector>
#include <boost/optional.hpp>

View File

@ -6,6 +6,7 @@
#pragma once
#include <algorithm>
#include <vector>
#include <boost/optional.hpp>

View File

@ -6,6 +6,7 @@
#pragma once
#include <algorithm>
#include <vector>
#include <boost/optional.hpp>