diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-04-11 12:56:03 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-04-11 12:56:03 +0000 |
| commit | f55002c469ed7f5c198a7bb878266aa5f4805487 (patch) | |
| tree | b4be66fcb4d4e17693ab7a0424bec2833e1dc86b /src | |
| parent | remove FORCE from executable paths (diff) | |
| download | inkscape-f55002c469ed7f5c198a7bb878266aa5f4805487.tar.gz inkscape-f55002c469ed7f5c198a7bb878266aa5f4805487.zip | |
cstdint is c++11, defaulting to stdint.h
(bzr r14776)
Diffstat (limited to 'src')
| -rw-r--r-- | src/livarot/LivarotDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/LivarotDefs.h b/src/livarot/LivarotDefs.h index 4e3c91e72..abeff3861 100644 --- a/src/livarot/LivarotDefs.h +++ b/src/livarot/LivarotDefs.h @@ -13,7 +13,7 @@ # include "config.h" #endif -#include <cstdint> +#include <stdint.h> // error codes (mostly obsolete) enum |
