Add missing includes.

This commit is contained in:
2019-08-03 01:33:22 +01:00
parent d9da3c95c1
commit 16a9524d31
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@
#ifndef LIBDICFORMAT_DIC_H
#define LIBDICFORMAT_DIC_H
#include <stdint.h>
// TODO: Generate automatically from C#
/**

View File

@@ -32,6 +32,8 @@
#ifndef LIBDICFORMAT_CONTEXT_H
#define LIBDICFORMAT_CONTEXT_H
#include "structs.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>