Revision: 75370
          http://sourceforge.net/p/brlcad/code/75370
Author:   starseeker
Date:     2020-04-13 12:45:35 +0000 (Mon, 13 Apr 2020)
Log Message:
-----------
right... Windows needs the header for import/export

Modified Paths:
--------------
    brlcad/trunk/src/libbn/mt19937ar.c

Modified: brlcad/trunk/src/libbn/mt19937ar.c
===================================================================
--- brlcad/trunk/src/libbn/mt19937ar.c  2020-04-13 12:37:32 UTC (rev 75369)
+++ brlcad/trunk/src/libbn/mt19937ar.c  2020-04-13 12:45:35 UTC (rev 75370)
@@ -43,6 +43,7 @@
 
 #include "common.h"
 #include <stdio.h>
+#include "bn/randmt.h"
 
 /* Period parameters */
 #define N 624

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to