~goby-dev/goby/2.0-win32

« back to all changes in this revision

Viewing changes to src/acomms/dccl/dccl_bitset.cpp

  • Committer: toby
  • Date: 2012-05-17 04:42:07 UTC
  • Revision ID: toby_tes.aubergine.gmail.com-20120517044207-vuskagm9blwaz8ej
Good start on windows VS 2008 compilation (working more or less through goby_acomms)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
// You should have received a copy of the GNU Lesser General Public License
21
21
// along with Goby.  If not, see <http://www.gnu.org/licenses/>.
22
22
 
23
 
#include "dccl_bitset.h"
24
 
#include "dccl.h"
 
23
#include "goby/acomms/dccl/dccl_bitset.h"
 
24
#include "goby/acomms/dccl/dccl.h"
25
25
 
26
26
using namespace goby::common::logger;
27
27