Skip to content

Commit 3d66463

Browse files
committed
fix includes for heif_info
1 parent 2acd977 commit 3d66463

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/heif_info.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343

4444
#include <fstream>
4545
#include <iostream>
46+
#include <sstream>
4647
#include <memory>
4748
#include <getopt.h>
48-
#include <assert.h>
49-
#include <stdio.h>
49+
#include <cassert>
50+
#include <cstdio>
5051
#include <filesystem>
5152
#include "common.h"
5253

0 commit comments

Comments
 (0)