[pico] Add missing header inclusion

This commit is contained in:
Thomas Köppe 2018-01-22 16:52:52 +00:00
parent d3d00345c5
commit e1eeefac58
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ extern "C"
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <limits.h>
#include <math.h> #include <math.h>
#include "picomodel.h" #include "picomodel.h"