diff options
| author | msheby <msheby@cinecert.com> | 2013-06-20 23:33:43 +0000 |
|---|---|---|
| committer | msheby <> | 2013-06-20 23:33:43 +0000 |
| commit | e48b9c461732ff4d3bf8ac2ee6a24b527d3a9da5 (patch) | |
| tree | d293dc5e328a0bc46bfb8cc4e5059427c1620d01 /src | |
| parent | ba6e57635ce6482fa9dcd6a824b579edb459b834 (diff) | |
add missing header
Diffstat (limited to 'src')
| -rwxr-xr-x | src/MXF.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define _MXF_H_ #include "MXFTypes.h" +#include <algorithm> namespace ASDCP { |
