0
0

fixing c++ issues on drone.io

This commit is contained in:
Marty Schoch 2014-07-21 17:49:53 -04:00
parent b629636424
commit 737dcb6118

View File

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