Revision: 56965
http://sourceforge.net/p/brlcad/code/56965
Author: brlcad
Date: 2013-08-19 18:51:26 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
must include common.h before all system headers for portability.
Modified Paths:
--------------
brlcad/trunk/src/liboptical/constantpool.h
brlcad/trunk/src/liboptical/liboslrend.h
brlcad/trunk/src/liboptical/oslexec_pvt.h
brlcad/trunk/src/liboptical/render_svc.h
brlcad/trunk/src/librt/tests/test_dvec.cpp
brlcad/trunk/src/librt/timerhep.c
brlcad/trunk/src/mged/points/main.c
Modified: brlcad/trunk/src/liboptical/constantpool.h
===================================================================
--- brlcad/trunk/src/liboptical/constantpool.h 2013-08-19 18:50:46 UTC (rev
56964)
+++ brlcad/trunk/src/liboptical/constantpool.h 2013-08-19 18:51:26 UTC (rev
56965)
@@ -29,6 +29,8 @@
#ifndef CONSTANTPOOL_H
#define CONSTANTPOOL_H
+#include "common.h"
+
#include <vector>
#include <list>
#include <boost/foreach.hpp>
Modified: brlcad/trunk/src/liboptical/liboslrend.h
===================================================================
--- brlcad/trunk/src/liboptical/liboslrend.h 2013-08-19 18:50:46 UTC (rev
56964)
+++ brlcad/trunk/src/liboptical/liboslrend.h 2013-08-19 18:51:26 UTC (rev
56965)
@@ -28,8 +28,9 @@
#ifndef LIB_OSL_RENDERER_H
#define LIB_OSL_RENDERER_H
+#include "common.h"
+
#include <stdio.h>
-
#include <string>
#include <vector>
Modified: brlcad/trunk/src/liboptical/oslexec_pvt.h
===================================================================
--- brlcad/trunk/src/liboptical/oslexec_pvt.h 2013-08-19 18:50:46 UTC (rev
56964)
+++ brlcad/trunk/src/liboptical/oslexec_pvt.h 2013-08-19 18:51:26 UTC (rev
56965)
@@ -29,6 +29,8 @@
#ifndef OSLEXEC_PVT_H
#define OSLEXEC_PVT_H
+#include "common.h"
+
#include <string>
#include <vector>
#include <stack>
Modified: brlcad/trunk/src/liboptical/render_svc.h
===================================================================
--- brlcad/trunk/src/liboptical/render_svc.h 2013-08-19 18:50:46 UTC (rev
56964)
+++ brlcad/trunk/src/liboptical/render_svc.h 2013-08-19 18:51:26 UTC (rev
56965)
@@ -21,6 +21,8 @@
#ifndef RENDER_SVC_H
#define RENDER_SVC_H
+#include "common.h"
+
#include <map>
#include "oslexec.h"
Modified: brlcad/trunk/src/librt/tests/test_dvec.cpp
===================================================================
--- brlcad/trunk/src/librt/tests/test_dvec.cpp 2013-08-19 18:50:46 UTC (rev
56964)
+++ brlcad/trunk/src/librt/tests/test_dvec.cpp 2013-08-19 18:51:26 UTC (rev
56965)
@@ -18,10 +18,13 @@
* information.
*/
+#include "common.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <assert.h>
+
#include "vmath.h"
#include "brep.h"
#include "dvec.h"
Modified: brlcad/trunk/src/librt/timerhep.c
===================================================================
--- brlcad/trunk/src/librt/timerhep.c 2013-08-19 18:50:46 UTC (rev 56964)
+++ brlcad/trunk/src/librt/timerhep.c 2013-08-19 18:51:26 UTC (rev 56965)
@@ -18,9 +18,11 @@
* information.
*/
+#include "common.h"
#include <stdio.h>
+
/* Standard System V stuff */
extern long time(time_t *);
static long time0;
Modified: brlcad/trunk/src/mged/points/main.c
===================================================================
--- brlcad/trunk/src/mged/points/main.c 2013-08-19 18:50:46 UTC (rev 56964)
+++ brlcad/trunk/src/mged/points/main.c 2013-08-19 18:51:26 UTC (rev 56965)
@@ -18,6 +18,8 @@
* information.
*/
+#include "common.h"
+
#include <stdio.h>
#include "./count.h"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits