mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-07 17:31:37 +00:00
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@182 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
c127bd185c
commit
70dfd5b485
@ -1,4 +1,4 @@
|
||||
#include "Endian.h"
|
||||
#include <Endian/Endian.h>
|
||||
|
||||
namespace LittleEndian {
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __IOBUFFER_H__
|
||||
#define __IOBUFFER_H__
|
||||
|
||||
#include "Endian.h"
|
||||
#include <Endian/Endian.h>
|
||||
#include <cstring>
|
||||
|
||||
namespace LittleEndian {
|
||||
@ -9,7 +9,7 @@ namespace LittleEndian {
|
||||
}
|
||||
|
||||
namespace BigEndian {
|
||||
#inclue "IOBuffer.t.cpp"
|
||||
#include "IOBuffer.t.cpp"
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user