fix missing assert include due to core changes

This commit is contained in:
Vincent Sanders 2016-04-21 08:30:27 +01:00
parent 86aff2154f
commit 377652e047
1 changed files with 4 additions and 2 deletions

View File

@ -35,12 +35,14 @@
* - when the pointer leaves the window.
*/
#include "oslib/wimp.h"
#include <assert.h>
#include <oslib/wimp.h>
#include "riscos/mouse.h"
#include "utils/log.h"
#include "utils/utils.h"
#include "riscos/mouse.h"
/* Data for the wimp drag handler. */
static void (*ro_mouse_drag_end_callback)(wimp_dragged *dragged, void *data)