about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wittle_generator/Base64.h')
-rw-r--r--ext/wittle_generator/Base64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wittle_generator/Base64.h b/ext/wittle_generator/Base64.h index 2f30c1a..707a5a5 100644 --- a/ext/wittle_generator/Base64.h +++ b/ext/wittle_generator/Base64.h
@@ -25,6 +25,8 @@
25 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 25 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26 */ 26 */
27 27
28#include <stdint.h>
29
28#include <string> 30#include <string>
29 31
30namespace macaron { 32namespace macaron {