diff options
Diffstat (limited to 'src/URIMap.cpp')
-rw-r--r-- | src/URIMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/URIMap.cpp b/src/URIMap.cpp index 0be308d7..01d48c00 100644 --- a/src/URIMap.cpp +++ b/src/URIMap.cpp @@ -14,7 +14,7 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdint.h> +#include <cstdint> #include <glib.h> |