12 lines
269 B
Diff
12 lines
269 B
Diff
diff --git a/npdjvu/npdjvu.cpp b/npdjvu/npdjvu.cpp
|
|
index 69f8462..e374d72 100644
|
|
--- a/npdjvu/npdjvu.cpp
|
|
+++ b/npdjvu/npdjvu.cpp
|
|
@@ -18,6 +18,7 @@
|
|
#include "config.h"
|
|
#include <locale.h>
|
|
#include <stdio.h>
|
|
+#include <stdint.h>
|
|
#include <string.h>
|
|
|
|
// Qt includes
|