git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added "smart" iconv 2nd arg const-ness detection.
[stg.git]
/
tests
/
testusers.h
diff --git
a/tests/testusers.h
b/tests/testusers.h
index 3d3b7931c48f0de70e83382f5ea6a8864e690b62..131fb9b6d06abf65c71efb8c8d41c26ea8447535 100644
(file)
--- a/
tests/testusers.h
+++ b/
tests/testusers.h
@@
-1,6
+1,8
@@
#ifndef __TEST_USERS_H__
#define __TEST_USERS_H__
+#include "stg/users.h"
+
class TEST_USERS : public USERS {
public:
TEST_USERS() {}