How to use an external PHP class without a namespace in a custom module?

Hello,

Im using mandrill lib files into my custom module. So i successfully import the mandrill file using composer.

In the mandrill lib files not used namespace method, So how can i use the lib files into custom model and helper classes.

How do I use a global classes in a namespace: http://php.net/manual/en/language.namespaces.faq.php#language.namespaces.faq.globalclass