Skip to content

Commit

Permalink
Fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Mar 26, 2009
1 parent b07a952 commit 35744e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playdar-daemon/includes/playdar/resolver_service.h
@@ -1,8 +1,8 @@
#ifndef __RESOLVER_SERVICE_H__
#define __RESOLVER_SERVICE_H__
// Interface for all resolver services
#include "playdar/resolver.h"
#include "playdar/application.h"
#include "playdar/resolver.h"
#include "playdar/auth.hpp"
#include <DynamicClass.hpp>

Expand Down
4 changes: 3 additions & 1 deletion playdar-daemon/includes/playdar/rs_script.h
@@ -1,6 +1,8 @@
#ifndef __RS_HTTP_rs_script_H__
#define __RS_HTTP_rs_script_H__

#include "playdar/resolver_service.h"

#include <boost/process.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
Expand All @@ -11,7 +13,7 @@
#include <vector>
#include <iostream>

#include "playdar/resolver_service.h"


namespace playdar {
namespace resolvers {
Expand Down

0 comments on commit 35744e3

Please sign in to comment.