Fixed memory bug

This commit is contained in:
Carsten Sonne Larsen 2016-04-03 11:55:35 +02:00
parent 4228b95303
commit 3010a67d7f
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015 Carsten Larsen
* Copyright (c) 2015-2016 Carsten Sonne Larsen
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -24,6 +24,7 @@
*
*/
#include "clib.h"
#include "math.h"
#include "complex.h"
#include "lib/real.h"