0
0

trying to fix compilation on drone

This commit is contained in:
Marty Schoch 2014-07-21 18:00:59 -04:00
parent 737dcb6118
commit d7341524aa

View File

@ -1,7 +1,10 @@
#include "cld2_tokenizer.h"
#include "cld2-read-only/public/compact_lang_det.h"
#include <cstddef> #include <cstddef>
#include <string.h> #include <string.h>
#include <stdio.h>
#include <string>
#include "cld2_tokenizer.h"
#include "cld2-read-only/public/compact_lang_det.h"
const char* DetectLang(const char *buffer) { const char* DetectLang(const char *buffer) {