summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/pykmsutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/pykmsutil.cpp b/py/pykmsutil.cpp
index 407330d..0d4cf89 100644
--- a/py/pykmsutil.cpp
+++ b/py/pykmsutil.cpp
@@ -1,7 +1,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <kms++.h>
-#include "kmstest.h"
+#include <kms++util.h>
namespace py = pybind11;