Skip to content

Commit 6b64112

Browse files
build fixes
1 parent 5af2e70 commit 6b64112

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

dbcon/joblist/expressionstep.h

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#include "filter.h"
3030

3131

32+
33+
typedef boost::shared_ptr<SimpleColumn> SSC;
34+
3235
namespace execplan
3336
{
3437
// forward reference

dbcon/joblist/passthrucommand-jl.h

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
namespace joblist
3838
{
39+
class PassThruStep;
3940

4041
class PassThruCommandJL : public CommandJL
4142
{

utils/common/conststring.h

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#pragma once
2020

2121

22+
#include <string>
23+
#include <string.h>
24+
2225
namespace utils
2326
{
2427

writeengine/redistribute/we_redistributecontrol.h

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
#include "liboamcpp.h"
3131

32+
#include "we_redistributedef.h"
33+
3234
// forward reference
3335
namespace messageqcpp
3436
{

0 commit comments

Comments
 (0)