Skip to content

Commit

Permalink
Merge pull request libfann#52 from joelself/fann
Browse files Browse the repository at this point in the history
Fixed error where assert is not found when building xor_cpp_sample by…
  • Loading branch information
steffennissen committed Nov 29, 2015
2 parents 78d9f6c + a5c26fc commit e6f5343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/fann_cpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
*
*/

#include <assert.h>
#include <stdarg.h>
#include <string>
#include "fann_data_cpp.h"
Expand Down

0 comments on commit e6f5343

Please sign in to comment.