diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-05 18:34:51 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-05 18:34:51 +0100 |
commit | 1f93cd5ef60ff1c3008e507f29123d7f2ea0449a (patch) | |
tree | 7010c42d314fe514a9577f986415b238ceb5a06a /src/conv/raw | |
parent | 325248eff211f52fbd8fd41835b942194b94a7a4 (diff) |
Missing includes
Change-Id: Ifc3be1a5c6e9219da5aa9da270f14aa96ab492ae
Diffstat (limited to 'src/conv/raw')
-rw-r--r-- | src/conv/raw/vsd2raw.cpp | 2 | ||||
-rw-r--r-- | src/conv/raw/vss2raw.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/conv/raw/vsd2raw.cpp b/src/conv/raw/vsd2raw.cpp index e20e2b7..738a863 100644 --- a/src/conv/raw/vsd2raw.cpp +++ b/src/conv/raw/vsd2raw.cpp @@ -28,6 +28,8 @@ * instead of those above. */ +#include <stdio.h> +#include <string.h> #include <librevenge-stream/librevenge-stream.h> #include <librevenge-generators/librevenge-generators.h> #include <librevenge/librevenge.h> diff --git a/src/conv/raw/vss2raw.cpp b/src/conv/raw/vss2raw.cpp index b496e28..5bf1b85 100644 --- a/src/conv/raw/vss2raw.cpp +++ b/src/conv/raw/vss2raw.cpp @@ -28,6 +28,8 @@ * instead of those above. */ +#include <stdio.h> +#include <string.h> #include <librevenge-stream/librevenge-stream.h> #include <librevenge-generators/librevenge-generators.h> #include <librevenge/librevenge.h> |