diff options
| author | Vincent Richard <[email protected]> | 2013-10-20 11:45:42 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-10-20 11:45:42 +0000 |
| commit | e7baa85a24a267d50eab3035703143b624f37014 (patch) | |
| tree | b299383f0f1d0fc87fdd3d0f42d3373db2403bfa /examples/viewer/viewer.cpp | |
| parent | Fixed build of samples (now use CMake). (diff) | |
| download | vmime-e7baa85a24a267d50eab3035703143b624f37014.tar.gz vmime-e7baa85a24a267d50eab3035703143b624f37014.zip | |
Added missing include for 'typeid'.
Diffstat (limited to 'examples/viewer/viewer.cpp')
| -rw-r--r-- | examples/viewer/viewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/viewer/viewer.cpp b/examples/viewer/viewer.cpp index 77303fa6..5290758a 100644 --- a/examples/viewer/viewer.cpp +++ b/examples/viewer/viewer.cpp @@ -34,6 +34,7 @@ #include <iostream> #include <fstream> #include <vector> +#include <typeinfo> #include <gtk/gtk.h> |
